summaryrefslogtreecommitdiffstats
path: root/generic/regerrs.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-02-01 21:39:44 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-02-01 21:39:44 (GMT)
commit05a77f3559bff860de052d23fb8cdefdadd53b3c (patch)
tree16052ddae9882ca469926312bf68f818326dc171 /generic/regerrs.h
parent4dfcbbea544e672812bc7d4de3b7571e14cccc22 (diff)
downloadtcl-05a77f3559bff860de052d23fb8cdefdadd53b3c.zip
tcl-05a77f3559bff860de052d23fb8cdefdadd53b3c.tar.gz
tcl-05a77f3559bff860de052d23fb8cdefdadd53b3c.tar.bz2
Backout the contributed patch memaccounting from Postgres since it changes
the protections incompatibly and causes established tests to crash.
Diffstat (limited to 'generic/regerrs.h')
-rw-r--r--generic/regerrs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/regerrs.h b/generic/regerrs.h
index ee203d5..72548ff 100644
--- a/generic/regerrs.h
+++ b/generic/regerrs.h
@@ -16,5 +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", "regular expression is too complex" },
+{ REG_ETOOBIG, "REG_ETOOBIG", "nfa has too many states" },
{ REG_ECOLORS, "REG_ECOLORS", "too many colors" },