aboutsummaryrefslogtreecommitdiff
path: root/consts.cpp
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-06 21:06:18 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-06 21:06:18 +0800
commitdd6394d93dc21305e26232891daf5b19c226dd3a (patch)
tree93f6b5d0e85682b4f2b0d1f25e89cf77bafa45d5 /consts.cpp
parent3406f0a979e2465a993b20c2eb1033729c6a787c (diff)
dot sign support in literal mode
Diffstat (limited to 'consts.cpp')
-rw-r--r--consts.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/consts.cpp b/consts.cpp
index db2a4d5..eb17eaa 100644
--- a/consts.cpp
+++ b/consts.cpp
@@ -12,5 +12,7 @@ const char *ERR_MSG[] = {
"Wrong type (expecting %s)",
"Internal Error !!! File a bug please!",
"Illegal character in escape sequence: #\\%s",
- "Unknown character name: %s"
+ "Unknown character name: %s",
+ "Improper pair structure",
+ "Improper vector structure"
};