diff options
Diffstat (limited to 'include/regex.h')
-rw-r--r-- | include/regex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/regex.h b/include/regex.h index b4e0132..3c3c87f 100644 --- a/include/regex.h +++ b/include/regex.h @@ -92,6 +92,7 @@ typedef struct { #define REG_EMPTY 14 #define REG_ASSERT 15 #define REG_INVARG 16 +#define REG_ILLSEQ 17 #define REG_ATOI 255 /* convert name to number (!) */ #define REG_ITOA 0400 /* convert number to name (!) */ |