diff options
Diffstat (limited to 'consts.cpp')
-rw-r--r-- | consts.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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!" }; |