Skip to content
Snippets Groups Projects
Commit 923a6a31 authored by Satoshi Kataoka's avatar Satoshi Kataoka Committed by Android (Google) Code Review
Browse files

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

parents 1451a0fb fba0019e
No related branches found
No related tags found
No related merge requests found
...@@ -211,8 +211,7 @@ static inline void prof_out(void) { ...@@ -211,8 +211,7 @@ 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
// TODO: NOT_A_CHARACTER should be -1 #define NOT_A_CHARACTER -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment