summaryrefslogtreecommitdiffstats
path: root/generic/regerrs.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/regerrs.h')
-rw-r--r--generic/regerrs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/regerrs.h b/generic/regerrs.h
index a3d98b6..72548ff 100644
--- a/generic/regerrs.h
+++ b/generic/regerrs.h
@@ -16,3 +16,5 @@
{ REG_INVARG, "REG_INVARG", "invalid argument to regex function" },
{ REG_MIXED, "REG_MIXED", "character widths of regex and string differ" },
{ REG_BADOPT, "REG_BADOPT", "invalid embedded option" },
+{ REG_ETOOBIG, "REG_ETOOBIG", "nfa has too many states" },
+{ REG_ECOLORS, "REG_ECOLORS", "too many colors" },