aboutsummaryrefslogtreecommitdiff
path: root/consts.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-06 21:06:18 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-06 21:06:18 +0800
commitdd6394d93dc21305e26232891daf5b19c226dd3a (patch)
tree93f6b5d0e85682b4f2b0d1f25e89cf77bafa45d5 /consts.h
parent3406f0a979e2465a993b20c2eb1033729c6a787c (diff)
dot sign support in literal mode
Diffstat (limited to 'consts.h')
-rw-r--r--consts.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/consts.h b/consts.h
index 4bfd6b7..dc2c4f6 100644
--- a/consts.h
+++ b/consts.h
@@ -13,7 +13,9 @@ enum ErrCode {
RUN_ERR_WRONG_TYPE,
INT_ERR,
PAR_ERR_ILLEGAL_CHAR_IN_ESC,
- RUN_ERR_UNKNOWN_CHAR_NAME
+ RUN_ERR_UNKNOWN_CHAR_NAME,
+ PAR_ERR_IMPROPER_PAIR,
+ PAR_ERR_IMPROPER_VECT
};
extern const char *ERR_MSG[];