aboutsummaryrefslogtreecommitdiff
path: root/pattern.h
diff options
context:
space:
mode:
Diffstat (limited to 'pattern.h')
-rw-r--r--pattern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pattern.h b/pattern.h
index a1f7043..dd763d5 100644
--- a/pattern.h
+++ b/pattern.h
@@ -83,9 +83,10 @@ typedef struct pat_s {
} capture;
struct {
struct match_s *match;
- unsigned int visits;
const char *at;
struct pat_s *fallback;
+ void *ctx;
+ bool visited;
} leftrec;
struct {
const char *start, *end, *msg;