diff options
Diffstat (limited to 'consts.h')
-rw-r--r-- | consts.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,8 @@ enum ErrCode { PAR_ERR_IMPROPER_VECT, SYN_ERR_BAD_FORMAL, RUN_ERR_QUEUE_OVERFLOW, - RUN_ERR_STACK_OVERFLOW + RUN_ERR_STACK_OVERFLOW, + RUN_ERR_NUMERIC_OVERFLOW }; extern const char *ERR_MSG[]; |