diff options
author | 2013-07-16 06:56:25 +0000 | |
---|---|---|
committer | 2013-07-16 06:56:25 +0000 | |
commit | 544e891cf1e452bf49ef9d958cc7e63e581bed21 (patch) | |
tree | 2f76cd0cae734d6af78b9f9153bf0cf2adb1d7b6 /native/jni/src/defines.h | |
parent | 3bf996f936d75589d3591689d65ee9d794eb1392 (diff) | |
parent | 8a7129530b4dbb2453e88747f251d30a2ce75a45 (diff) | |
download | latinime-544e891cf1e452bf49ef9d958cc7e63e581bed21.tar.gz latinime-544e891cf1e452bf49ef9d958cc7e63e581bed21.tar.xz latinime-544e891cf1e452bf49ef9d958cc7e63e581bed21.zip |
Merge "Replace NOT_VALID_WORD with NOT_A_VALID_WORD_POS"
Diffstat (limited to 'native/jni/src/defines.h')
-rw-r--r-- | native/jni/src/defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/jni/src/defines.h b/native/jni/src/defines.h index 607a74400..974bb483b 100644 --- a/native/jni/src/defines.h +++ b/native/jni/src/defines.h @@ -292,7 +292,7 @@ static inline void prof_out(void) { // of the binary dictionary where a {key,value} string pair scheme is used. #define LARGEST_INT_DIGIT_COUNT 11 -#define NOT_VALID_WORD (-99) +#define NOT_A_VALID_WORD_POS (-99) #define NOT_A_CODE_POINT (-1) #define NOT_A_DISTANCE (-1) #define NOT_A_COORDINATE (-1) |