Missed FREAD in bytecode.h
[p5sagit/p5-mst-13.2.git] / regexp.h
index 2f7aa02..7137ffc 100644 (file)
--- a/regexp.h
+++ b/regexp.h
@@ -17,6 +17,12 @@ struct regnode {
 
 typedef struct regnode regnode;
 
+struct reg_data {
+    U32 count;
+    U8 *what;
+    void* data[1];
+};
+
 typedef struct regexp {
        I32 refcnt;
        char **startp;