diff options
Diffstat (limited to 'regex.h')
| -rw-r--r-- | regex.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -53,10 +53,9 @@ typedef struct { /* for RE_CHAR */ typedef enum { - C_ANY = 0x80000000, + C_ANY = 0x40000000, C_LINE_START, C_LINE_END, - C_EOF = 0xffffffff } ReChSpecial; typedef struct { |
