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 e404206133..7bd7162d33 100644
--- a/regexp.h
+++ b/regexp.h
@@ -842,6 +842,7 @@ typedef struct regmatch_state {
char *start;
char *end;
regnode *me; /* the IFMATCH/SUSPEND/UNLESSM node */
+ char *prev_match_end;
} ifmatch; /* and SUSPEND/UNLESSM */
struct {