From 033b938b22c7947992195e380fb2f7d1ca200f05 Mon Sep 17 00:00:00 2001 From: Teddy Date: Tue, 6 Aug 2013 12:58:21 +0800 Subject: boolean and char are now supported --- consts.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'consts.cpp') 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" }; -- cgit v1.2.3