summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-05-16 15:11:41 +0800
committerPeng Wu <alexepico@gmail.com>2016-05-16 15:11:41 +0800
commita5ea7448d20d6d3b5cae73bfe5dfda81e4e2cdf7 (patch)
tree7854f7967c86b17e0b06b88f7e483a6ce2fea054 /src/storage/pinyin_parser2.h
parent7bd74b74a471de458ad5563f5f24d59fc28066a4 (diff)
downloadlibpinyin-a5ea7448d20d6d3b5cae73bfe5dfda81e4e2cdf7.tar.gz
libpinyin-a5ea7448d20d6d3b5cae73bfe5dfda81e4e2cdf7.tar.xz
libpinyin-a5ea7448d20d6d3b5cae73bfe5dfda81e4e2cdf7.zip
update code
Diffstat (limited to 'src/storage/pinyin_parser2.h')
-rw-r--r--src/storage/pinyin_parser2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index b8d1d9b..53202ff 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -53,15 +53,19 @@ typedef struct {
typedef struct {
const char * m_orig_key;
+ ChewingKey m_orig_struct;
guint32 m_orig_freq;
const char * m_new_keys[2];
+ ChewingKey m_new_structs[2];
guint32 m_new_freq;
} divided_table_item_t;
typedef struct {
const char * m_orig_keys[2];
+ ChewingKey m_orig_structs[2];
guint32 m_orig_freq;
const char * m_new_keys[2];
+ ChewingKey m_new_structs[2];
guint32 m_new_freq;
} resplit_table_item_t;