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 31fb879c66..ab9101435e 100644
--- a/regexp.h
+++ b/regexp.h
@@ -581,6 +581,7 @@ typedef struct {
SV *sv;
char *ganch;
char *cutpoint;
+ bool intuit; /* re_intuit_start() is the top-level caller */
bool is_utf8_pat;
bool warned; /* we have issued a recursion warning; no need for more */
} regmatch_info;