aboutsummaryrefslogtreecommitdiff
path: root/consts.cpp
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-09 23:50:42 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-09 23:50:42 +0800
commit80e885a9847c9bce1be8cccafc85ea39cbc120e2 (patch)
tree5976ed008996012f23d1eeb8765a8a859e62f64c /consts.cpp
parent1985734990b5c5ab3fd50277bff854ea3cd92b2c (diff)
numerical overflow detection
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 d0c767c..04705ed 100644
--- a/consts.cpp
+++ b/consts.cpp
@@ -17,5 +17,6 @@ const char *ERR_MSG[] = {
"Improper vector structure",
"Bad formal %s in expression",
"Queue overflowed: the expected expansion is too long!",
- "%s stack overflowed!"
+ "%s stack overflowed!",
+ "Numeric overflow!"
};