aboutsummaryrefslogtreecommitdiffstats
path: root/native/src/defines.h
diff options
context:
space:
mode:
authorsatok <satok@google.com>2011-12-12 23:51:46 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-12-12 23:51:46 -0800
commitb2632553bfcae5beb92f7366a71f15de30f44a9c (patch)
tree6fc4bc0f2b2633fea68259f396ba414e8d1a4f89 /native/src/defines.h
parent8e404536cd20a5624acf5cea0c3aae19324b0e3f (diff)
parent16379df633feaefb118257096956869edfd25a2c (diff)
downloadlatinime-b2632553bfcae5beb92f7366a71f15de30f44a9c.tar.gz
latinime-b2632553bfcae5beb92f7366a71f15de30f44a9c.tar.xz
latinime-b2632553bfcae5beb92f7366a71f15de30f44a9c.zip
Merge "Use priority queue for native string buffer"
Diffstat (limited to 'native/src/defines.h')
-rw-r--r--native/src/defines.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/native/src/defines.h b/native/src/defines.h
index ef1beb92f..b59f62306 100644
--- a/native/src/defines.h
+++ b/native/src/defines.h
@@ -101,6 +101,7 @@ static void prof_out(void) {
#define DEBUG_PROXIMITY_INFO true
#define DEBUG_CORRECTION false
#define DEBUG_CORRECTION_FREQ true
+#define DEBUG_WORDS_PRIORITY_QUEUE true
#define DUMP_WORD(word, length) do { dumpWord(word, length); } while(0)
@@ -125,6 +126,7 @@ static void dumpWord(const unsigned short* word, const int length) {
#define DEBUG_PROXIMITY_INFO false
#define DEBUG_CORRECTION false
#define DEBUG_CORRECTION_FREQ false
+#define DEBUG_WORDS_PRIORITY_QUEUE false
#define DUMP_WORD(word, length)