summaryrefslogtreecommitdiff
path: root/regex.h
diff options
context:
space:
mode:
Diffstat (limited to 'regex.h')
-rw-r--r--regex.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/regex.h b/regex.h
index 8f95319..d6dbbbc 100644
--- a/regex.h
+++ b/regex.h
@@ -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 {