From 6f4dadfa460e59e4dd8dec4e24434c118a0cf1f7 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 16 Jun 2016 13:52:08 +0800 Subject: fixes compile --- src/storage/phonetic_key_matrix.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/storage/phonetic_key_matrix.cpp b/src/storage/phonetic_key_matrix.cpp index e6ee918..8b7e295 100644 --- a/src/storage/phonetic_key_matrix.cpp +++ b/src/storage/phonetic_key_matrix.cpp @@ -23,6 +23,7 @@ #include #include #include "pinyin_custom2.h" +#include "special_table.h" namespace pinyin{ @@ -72,7 +73,6 @@ bool fill_phonetic_key_matrix_from_chewing_keys(PhoneticKeyMatrix * matrix, return true; } -/* need to use the pinyin_parser_table header. */ bool resplit_step(pinyin_option_t options, PhoneticKeyMatrix * matrix) { if (!(options & USE_RESPLIT_TABLE)) @@ -153,8 +153,6 @@ bool resplit_step(pinyin_option_t options, return true; } - -/* need to use the pinyin_parser_table header. */ bool inner_split_step(pinyin_option_t options, PhoneticKeyMatrix * matrix) { if (!(options & USE_DIVIDED_TABLE)) -- cgit