aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src/defines.h
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2013-12-08 21:28:46 +0900
committerKeisuke Kuroyanagi <ksk@google.com>2013-12-08 21:28:46 +0900
commitc980b1bfa71bb6876e1f0887be187cb253dc8ba3 (patch)
tree68b310e6b327e22dbf6691798e7002756fa54569 /native/jni/src/defines.h
parenta2bbb1213d41019b23b3df63dbfcaecdd0694ff6 (diff)
downloadlatinime-c980b1bfa71bb6876e1f0887be187cb253dc8ba3.tar.gz
latinime-c980b1bfa71bb6876e1f0887be187cb253dc8ba3.tar.xz
latinime-c980b1bfa71bb6876e1f0887be187cb253dc8ba3.zip
Move NOT_A_TIMESTAMP to defines.h
Bug: 11073222 Change-Id: Id47af32f40b1a82fdf45628f2d0e37b99dca3921
Diffstat (limited to 'native/jni/src/defines.h')
-rw-r--r--native/jni/src/defines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/native/jni/src/defines.h b/native/jni/src/defines.h
index 564811560..9a26fe051 100644
--- a/native/jni/src/defines.h
+++ b/native/jni/src/defines.h
@@ -298,6 +298,7 @@ static inline void prof_out(void) {
#define NOT_AN_INDEX (-1)
#define NOT_A_PROBABILITY (-1)
#define NOT_A_DICT_POS (S_INT_MIN)
+#define NOT_A_TIMESTAMP (-1)
// A special value to mean the first word confidence makes no sense in this case,
// e.g. this is not a multi-word suggestion.