aboutsummaryrefslogtreecommitdiff
path: root/consts.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-05 23:11:39 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-05 23:11:39 +0800
commit5dab7df6830018c5c28ebcc7cc3b242ccad2736b (patch)
treeae6a0cbc8c63c10185047abdd218f9f3b1d30bb6 /consts.h
parent45dec735ec131c18d70ad202ed1446982b99ed9f (diff)
added string quoting support in the parsernumeric_types
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[];