diff options
Diffstat (limited to 'consts.h')
-rw-r--r-- | consts.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,7 +12,8 @@ enum ErrCode { READ_ERR_UNEXPECTED_RIGHT_BRACKET, RUN_ERR_WRONG_TYPE, INT_ERR, - PAR_ERR_ILLEGAL_CHAR_IN_ESC + PAR_ERR_ILLEGAL_CHAR_IN_ESC, + RUN_ERR_UNKNOWN_CHAR_NAME }; extern const char *ERR_MSG[]; |