summaryrefslogtreecommitdiffstats
path: root/generic/regex.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2015-10-21 13:50:55 (GMT)
committerdgp <dgp@users.sourceforge.net>2015-10-21 13:50:55 (GMT)
commit4e08431e8790a66cea86d33c8c770626396509c0 (patch)
tree7339a003ab56cd793a40da29f03f7f18a52a80bb /generic/regex.h
parentb22ebcce6b9f2e861a4c9fed13421df0c76769d6 (diff)
parent16ccc54387b39505723e3413eb4d755ea7cdb3ff (diff)
downloadtcl-4e08431e8790a66cea86d33c8c770626396509c0.zip
tcl-4e08431e8790a66cea86d33c8c770626396509c0.tar.gz
tcl-4e08431e8790a66cea86d33c8c770626396509c0.tar.bz2
[1080042][8f245009b0] Big bundle of regexp engine fixes and improvements
contributed from Tom Lane of the postgres project.
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 b5dce50..b5b11bd 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 /* nfa has too many states */
+#define REG_ETOOBIG 19 /* regular expression is too complex */
#define REG_ECOLORS 20 /* too many colors */
/* two specials for debugging and testing */
#define REG_ATOI 101 /* convert error-code name to number */