Skip to content
Snippets Groups Projects
Commit 5817b6b8 authored by Satoshi Kataoka's avatar Satoshi Kataoka
Browse files

add a define

Change-Id: I8139d0639d07afd200ba4507768bf76d0054687b
parent dd4d938e
No related branches found
No related tags found
No related merge requests found
......@@ -352,6 +352,9 @@ static inline void prof_out(void) {
#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
......
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