aboutsummaryrefslogtreecommitdiff
path: root/consts.cpp
diff options
context:
space:
mode:
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 04705ed..a04d5c7 100644
--- a/consts.cpp
+++ b/consts.cpp
@@ -18,5 +18,6 @@ const char *ERR_MSG[] = {
"Bad formal %s in expression",
"Queue overflowed: the expected expansion is too long!",
"%s stack overflowed!",
- "Numeric overflow!"
+ "Numeric overflow!",
+ "Value out of range"
};