commit | 5817b6b84fdfe90a6c7d0b3d6530634488ce8f67 | [log] [tgz] |
---|---|---|
author | Satoshi Kataoka <satok@google.com> | Wed Jan 09 20:05:26 2013 +0900 |
committer | Satoshi Kataoka <satok@google.com> | Wed Jan 09 20:08:17 2013 +0900 |
tree | 78eb4b587758bc986dd3d3c6567cdad761478cba | |
parent | dd4d938e6990701176c658af5c593ea377973bef [diff] |
add a define Change-Id: I8139d0639d07afd200ba4507768bf76d0054687b
diff --git a/native/jni/src/defines.h b/native/jni/src/defines.h index 7069011..96abfe8 100644 --- a/native/jni/src/defines.h +++ b/native/jni/src/defines.h
@@ -352,6 +352,9 @@ #define MAX_SPACES_INTERNAL 16 +// TODO: Change this to MAX_WORDS, remove MAX_WORDS in Java, and stop getting it from Java +#define MAX_WORDS_INTERNAL 18 + // Max Distance between point to key #define MAX_POINT_TO_KEY_LENGTH 10000000