Decouple SANY into SANY and CANY: the new SANY is /./s,
[p5sagit/p5-mst-13.2.git] / regexp.h
index 89537c2..6f4b10e 100644 (file)
--- a/regexp.h
+++ b/regexp.h
@@ -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 */