diff options
Diffstat (limited to 'generic/regex.h')
-rw-r--r-- | generic/regex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/regex.h b/generic/regex.h index 9466fbb..53450e5 100644 --- a/generic/regex.h +++ b/generic/regex.h @@ -280,7 +280,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 */ |