diff options
| author | Peng Wu <alexepico@gmail.com> | 2010-10-14 14:46:11 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2010-10-14 14:46:11 +0800 |
| commit | d51091e95735909b48f025be18238cd2f7b3931f (patch) | |
| tree | 4e55e2121d4e9a0348eb19cc41c6fce21e230754 /src/include | |
| parent | a99fa36f8e6a75f2c305a07e08354fa881a1a124 (diff) | |
| download | libpinyin-d51091e95735909b48f025be18238cd2f7b3931f.tar.gz libpinyin-d51091e95735909b48f025be18238cd2f7b3931f.tar.xz libpinyin-d51091e95735909b48f025be18238cd2f7b3931f.zip | |
fixes compile warning for pinyin_lookup.h
Diffstat (limited to 'src/include')
| -rwxr-xr-x | src/include/novel_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
