summaryrefslogtreecommitdiff
path: root/regexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'regexp.h')
-rw-r--r--regexp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/regexp.h b/regexp.h
index dca59dad4a..1fb10bf02a 100644
--- a/regexp.h
+++ b/regexp.h
@@ -62,6 +62,7 @@ struct reg_code_block {
STRLEN start;
STRLEN end;
OP *block;
+ REGEXP *src_regex;
};