From a6574b0025b68eb28a8c7d679ca6783132ad013d Mon Sep 17 00:00:00 2001 From: Teddy Date: Mon, 5 Aug 2013 19:49:31 +0800 Subject: complex, real, rational, integral number support --- consts.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'consts.h') diff --git a/consts.h b/consts.h index 5991317..e88cd31 100644 --- a/consts.h +++ b/consts.h @@ -10,9 +10,10 @@ enum ErrCode { RUN_ERR_WRONG_NUM_OF_ARGS, SYN_ERR_EMPTY_COMB, READ_ERR_UNEXPECTED_RIGHT_BRACKET, - RUN_ERR_WRONG_TYPE + RUN_ERR_WRONG_TYPE, + INT_ERR }; -extern const char *SYN_ERR_MSG[]; +extern const char *ERR_MSG[]; #endif -- cgit v1.2.3