summaryrefslogtreecommitdiff
path: root/src/include/regex/regerrs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/regex/regerrs.h')
-rw-r--r--src/include/regex/regerrs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/regex/regerrs.h b/src/include/regex/regerrs.h
index b8cc1f3da73..15da324b660 100644
--- a/src/include/regex/regerrs.h
+++ b/src/include/regex/regerrs.h
@@ -77,3 +77,7 @@
{
REG_ETOOBIG, "REG_ETOOBIG", "nfa has too many states"
},
+
+{
+ REG_ECOLORS, "REG_ECOLORS", "too many colors"
+},