diff options
Diffstat (limited to 'native/src/defines.h')
-rw-r--r-- | native/src/defines.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/native/src/defines.h b/native/src/defines.h index aaaf3483d..a3edaab59 100644 --- a/native/src/defines.h +++ b/native/src/defines.h @@ -50,4 +50,6 @@ #define SUGGEST_MISSING_CHARACTERS true #define SUGGEST_MISSING_CHARACTERS_THRESHOLD 5 +#define MAX_WORD_LENGTH_INTERNAL 64 + #endif // LATINIME_DEFINES_H |