aboutsummaryrefslogtreecommitdiff
path: root/consts.cpp
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-06 12:58:21 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-06 12:58:21 +0800
commit033b938b22c7947992195e380fb2f7d1ca200f05 (patch)
treefd6628c9f376ee289d7bd6621fe4b8fc3d717ce4 /consts.cpp
parent9e76d377dad809f4aa3faa700883dbfc9b2fa769 (diff)
boolean and char are now supported
Diffstat (limited to 'consts.cpp')
-rw-r--r--consts.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/consts.cpp b/consts.cpp
index 51267a1..db2a4d5 100644
--- a/consts.cpp
+++ b/consts.cpp
@@ -11,5 +11,6 @@ const char *ERR_MSG[] = {
"Unexpected \")\"",
"Wrong type (expecting %s)",
"Internal Error !!! File a bug please!",
- "Illegal character in escape sequence: #\\%s"
+ "Illegal character in escape sequence: #\\%s",
+ "Unknown character name: %s"
};