From b8c33fc248ff56b15bfc4f1e74ac1240670d7173 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 21 Nov 2011 16:39:31 +0800 Subject: add chewing_table.h.in --- src/storage/pinyin_parser2.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/storage/pinyin_parser2.h') diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h index a19ddf2..3832bd3 100644 --- a/src/storage/pinyin_parser2.h +++ b/src/storage/pinyin_parser2.h @@ -68,6 +68,11 @@ typedef struct { const char * m_yunmus[2]; } double_pinyin_scheme_yunmu_item_t; +typedef struct { + const char m_input; + const char * m_chewing; +} chewing_scheme_item_t; + typedef GArray * ChewingKeyVector; typedef GArray * ChewingKeyRestVector; typedef GArray * ParseValueVector; -- cgit