summaryrefslogtreecommitdiffstats
path: root/generic/regex.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/regex.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/regex.h')
-rw-r--r--generic/regex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/regex.h b/generic/regex.h
index b5b11bd..b5dce50 100644
--- a/generic/regex.h
+++ b/generic/regex.h
@@ -277,7 +277,7 @@ typedef struct {
#define REG_INVARG 16 /* invalid argument to regex function */
#define REG_MIXED 17 /* character widths of regex and string differ */
#define REG_BADOPT 18 /* invalid embedded option */
-#define REG_ETOOBIG 19 /* regular expression is too complex */
+#define REG_ETOOBIG 19 /* nfa has too many states */
#define REG_ECOLORS 20 /* too many colors */
/* two specials for debugging and testing */
#define REG_ATOI 101 /* convert error-code name to number */