aboutsummaryrefslogtreecommitdiff
path: root/consts.cpp
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-09 10:31:09 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-09 10:31:09 +0800
commit0c606491335e99017897a7710461214412243dd7 (patch)
treebb14db40980d5029d9e582cb0b130e328657d401 /consts.cpp
parente782bbeb805fffaaa4a118fb88be96894ac68c28 (diff)
...
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 ffa0b30..d0c767c 100644
--- a/consts.cpp
+++ b/consts.cpp
@@ -15,5 +15,7 @@ const char *ERR_MSG[] = {
"Unknown character name: %s",
"Improper pair structure",
"Improper vector structure",
- "Bad formal %s in expression"
+ "Bad formal %s in expression",
+ "Queue overflowed: the expected expansion is too long!",
+ "%s stack overflowed!"
};