summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-11-12 13:27:12 +0800
committerPeng Wu <alexepico@gmail.com>2012-11-12 13:27:12 +0800
commit0555fdd296f422c202098d42486c83f4a576dd93 (patch)
tree9568d06aabb295454bbdfa2455871100807d79bd /src/include
parent5ac93b27a0b3fe0c23de226ba255643cfe93d40e (diff)
downloadlibpinyin-0555fdd296f422c202098d42486c83f4a576dd93.tar.gz
libpinyin-0555fdd296f422c202098d42486c83f4a576dd93.tar.xz
libpinyin-0555fdd296f422c202098d42486c83f4a576dd93.zip
write mask out for facade tables
Diffstat (limited to 'src/include')
-rw-r--r--src/include/novel_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/novel_types.h b/src/include/novel_types.h
index e2d2363..52fc0b0 100644
--- a/src/include/novel_types.h
+++ b/src/include/novel_types.h
@@ -86,7 +86,8 @@ enum ErrorResult{
ERROR_OUT_OF_RANGE, /* beyond the end of the sub phrase index */
ERROR_FILE_CORRUPTION, /* file is corrupted */
ERROR_INTEGER_OVERFLOW, /* integer is overflowed */
- ERROR_ALREADY_EXISTS /* the sub phrase already exists. */
+ ERROR_ALREADY_EXISTS, /* the sub phrase already exists. */
+ ERROR_NO_USER_TABLE /* the user table is not loaded. */
};
/* For N-gram */