aboutsummaryrefslogtreecommitdiff
path: root/consts.h
diff options
context:
space:
mode:
Diffstat (limited to 'consts.h')
-rw-r--r--consts.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/consts.h b/consts.h
index e88cd31..cf07edb 100644
--- a/consts.h
+++ b/consts.h
@@ -11,7 +11,8 @@ enum ErrCode {
SYN_ERR_EMPTY_COMB,
READ_ERR_UNEXPECTED_RIGHT_BRACKET,
RUN_ERR_WRONG_TYPE,
- INT_ERR
+ INT_ERR,
+ PAR_ERR_ILLEGAL_CHAR_IN_ESC
};
extern const char *ERR_MSG[];