Merge "Revert "Change the definition of NOT_A_CHARACTER"" into jb-mr1-dev

main
Satoshi Kataoka 2012-08-27 00:58:24 -07:00 committed by Android (Google) Code Review
commit 923a6a31ae
1 changed files with 1 additions and 2 deletions

View File

@ -211,8 +211,7 @@ static inline void prof_out(void) {
#define DICTIONARY_VERSION_MIN 200
#define NOT_VALID_WORD -99
// TODO: NOT_A_CHARACTER should be -1
#define NOT_A_CHARACTER 0xFFFF // tentative
#define NOT_A_CHARACTER -1
#define NOT_A_DISTANCE -1
#define NOT_A_COORDINATE -1
#define EQUIVALENT_CHAR_WITHOUT_DISTANCE_INFO -2