aboutsummaryrefslogtreecommitdiffstats
path: root/regexp/jimregexp.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--regexp/jimregexp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/regexp/jimregexp.h b/regexp/jimregexp.h
index 581b7104c..ab734797b 100644
--- a/regexp/jimregexp.h
+++ b/regexp/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
};