summaryrefslogtreecommitdiffstats
path: root/src/storage/phonetic_key_matrix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/phonetic_key_matrix.cpp')
-rw-r--r--src/storage/phonetic_key_matrix.cpp4
1 files changed, 1 insertions, 3 deletions
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 <assert.h>
#include <stdio.h>
#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))