From 881cb28569082bdaa5be92ab991dcf28577636dd Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 11 Nov 2011 13:58:11 +0800 Subject: rename beta to 2 --- src/storage/pinyin_custom2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/storage/pinyin_custom2.h') diff --git a/src/storage/pinyin_custom2.h b/src/storage/pinyin_custom2.h index ca380ed..721d43a 100644 --- a/src/storage/pinyin_custom2.h +++ b/src/storage/pinyin_custom2.h @@ -41,7 +41,7 @@ enum PinyinTableFlag{ * Some pinyin element maybe confused by somebody, * We allow these ambiguities. */ -enum PinyinAmbiguityBeta{ +enum PinyinAmbiguity2{ PINYIN_AMB_C_Ch = 1U << 9, PINYIN_AMB_Z_Zh = 1U << 10, PINYIN_AMB_S_Sh = 1U << 11, @@ -59,7 +59,7 @@ enum PinyinAmbiguityBeta{ * @brief enums of pinyin corrections. */ -enum PinyinCorrectionBeta{ +enum PinyinCorrection2{ PINYIN_CORRECT_GN_NG = 1U << 21, PINYIN_CORRECT_MG_NG = 1U << 22, PINYIN_CORRECT_IOU_IU = 1U << 23, -- cgit