diff options
Diffstat (limited to 'jimregexp.h')
-rw-r--r-- | jimregexp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jimregexp.h b/jimregexp.h index b7598d4..c8bf8c3 100644 --- a/jimregexp.h +++ b/jimregexp.h @@ -91,9 +91,10 @@ enum { REG_ERR_NESTED_COUNT, REG_ERR_INTERNAL, REG_ERR_COUNT_FOLLOWS_NOTHING, - REG_ERR_TRAILING_BACKSLASH, + REG_ERR_INVALID_ESCAPE, REG_ERR_CORRUPTED, REG_ERR_NULL_CHAR, + REG_ERR_UNMATCHED_BRACKET, REG_ERR_NUM }; |