From cecd643ab2de3e4dbd69e76c58b928ab2aa2a80f Mon Sep 17 00:00:00 2001 From: Teddy Date: Wed, 7 Aug 2013 00:56:37 +0800 Subject: list checking fix --- consts.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'consts.h') diff --git a/consts.h b/consts.h index dc2c4f6..f9e2425 100644 --- a/consts.h +++ b/consts.h @@ -15,7 +15,8 @@ enum ErrCode { PAR_ERR_ILLEGAL_CHAR_IN_ESC, RUN_ERR_UNKNOWN_CHAR_NAME, PAR_ERR_IMPROPER_PAIR, - PAR_ERR_IMPROPER_VECT + PAR_ERR_IMPROPER_VECT, + SYN_ERR_BAD_FORMAL }; extern const char *ERR_MSG[]; -- cgit v1.2.3