diff options
Diffstat (limited to 'regexp.h')
-rw-r--r-- | regexp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ typedef struct regexp { #define ROPT_LOOKBEHIND_SEEN 0x00200 #define ROPT_EVAL_SEEN 0x00400 #define ROPT_SANY_SEEN 0x00800 +#define ROPT_CANY_SEEN 0x01000 /* 0xf800 of reganch is used by PMf_COMPILETIME */ |