From 712e02fba7dcd33607d6c81645cffbd2f3760a53 Mon Sep 17 00:00:00 2001 From: Satoshi Kataoka Date: Thu, 28 Jun 2012 15:13:57 +0900 Subject: [PATCH] Add a new define for gesture Change-Id: I6e0d8de75e129a6d1a33f7c7d5f5fa8c11dd2006 --- native/jni/src/defines.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/native/jni/src/defines.h b/native/jni/src/defines.h index 8bcadcbe9..c7d3bf313 100644 --- a/native/jni/src/defines.h +++ b/native/jni/src/defines.h @@ -255,6 +255,8 @@ static inline void prof_out(void) { #define FIRST_WORD_INDEX 0 +#define MAX_SPACES_INTERNAL 16 + // TODO: Reduce this constant if possible; check the maximum number of digraphs in the same // word in the dictionary for languages with digraphs, like German and French #define DEFAULT_MAX_DIGRAPH_SEARCH_DEPTH 5