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