From d51091e95735909b48f025be18238cd2f7b3931f Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 14 Oct 2010 14:46:11 +0800 Subject: fixes compile warning for pinyin_lookup.h --- src/include/novel_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/novel_types.h b/src/include/novel_types.h index 6f33a9e..82a9947 100755 --- a/src/include/novel_types.h +++ b/src/include/novel_types.h @@ -125,6 +125,7 @@ enum AttachOption{ #define MAX_PHRASE_LENGTH 16 +const phrase_token_t null_token = 0; const phrase_token_t sentence_start = 1; const phrase_token_t token_min = 0; const phrase_token_t token_max = UINT_MAX; -- cgit