void close_dir portability fix for Cwd.xs
[p5sagit/p5-mst-13.2.git] / regexp.h
index ca0e9ed..33ace40 100644 (file)
--- a/regexp.h
+++ b/regexp.h
@@ -19,6 +19,8 @@ typedef struct regnode regnode;
 
 struct reg_substr_data;
 
+struct reg_data;
+
 typedef struct regexp {
        I32 *startp;
        I32 *endp;
@@ -52,6 +54,7 @@ typedef struct regexp {
 #define ROPT_CHECK_ALL         0x00100
 #define ROPT_LOOKBEHIND_SEEN   0x00200
 #define ROPT_EVAL_SEEN         0x00400
+#define ROPT_SANY_SEEN         0x00800
 
 /* 0xf800 of reganch is used by PMf_COMPILETIME */