diff options
Diffstat (limited to 'usr/src/lib/libc/port/regex/regex2.h')
-rw-r--r-- | usr/src/lib/libc/port/regex/regex2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/lib/libc/port/regex/regex2.h b/usr/src/lib/libc/port/regex/regex2.h index 551611c610..44b20c3c24 100644 --- a/usr/src/lib/libc/port/regex/regex2.h +++ b/usr/src/lib/libc/port/regex/regex2.h @@ -186,4 +186,5 @@ struct re_guts { /* misc utilities */ #define OUT (CHAR_MIN - 1) /* a non-character value */ +#define IGN (CHAR_MIN - 2) #define ISWORD(c) (iswalnum((uch)(c)) || (c) == '_') |