summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_index.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/phrase_index.cpp')
-rw-r--r--src/storage/phrase_index.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/storage/phrase_index.cpp b/src/storage/phrase_index.cpp
index 2b7fe0d..39abeee 100644
--- a/src/storage/phrase_index.cpp
+++ b/src/storage/phrase_index.cpp
@@ -567,3 +567,10 @@ const char * pinyin_phrase_files[PHRASE_INDEX_LIBRARY_COUNT] =
"gb_char.bin",
"gbk_char.bin"
};
+
+const char * pinyin_table_files[PHRASE_INDEX_LIBRARY_COUNT] =
+ {
+ NULL,
+ "gb_char.table",
+ "gbk_char.table"
+ };