am 84809905: am 76951d8e: Merge "Change the definition of NOT_A_CHARACTER" into jb-mr1-dev
* commit '8480990577b48b742ee67a94d30855c68975c59d': Change the definition of NOT_A_CHARACTERmain
commit
ca5d58da4f
|
@ -211,7 +211,8 @@ static inline void prof_out(void) {
|
||||||
|
|
||||||
#define DICTIONARY_VERSION_MIN 200
|
#define DICTIONARY_VERSION_MIN 200
|
||||||
#define NOT_VALID_WORD -99
|
#define NOT_VALID_WORD -99
|
||||||
#define NOT_A_CHARACTER -1
|
// TODO: NOT_A_CHARACTER should be -1
|
||||||
|
#define NOT_A_CHARACTER 0xFFFF // tentative
|
||||||
#define NOT_A_DISTANCE -1
|
#define NOT_A_DISTANCE -1
|
||||||
#define NOT_A_COORDINATE -1
|
#define NOT_A_COORDINATE -1
|
||||||
#define EQUIVALENT_CHAR_WITHOUT_DISTANCE_INFO -2
|
#define EQUIVALENT_CHAR_WITHOUT_DISTANCE_INFO -2
|
||||||
|
|
Loading…
Reference in New Issue