aboutsummaryrefslogtreecommitdiff
path: root/pattern.h
diff options
context:
space:
mode:
Diffstat (limited to 'pattern.h')
-rw-r--r--pattern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pattern.h b/pattern.h
index 0145a55..29b4538 100644
--- a/pattern.h
+++ b/pattern.h
@@ -116,7 +116,7 @@ struct bp_pat_s {
bool backreffable;
} BP_TAGGED;
struct {
- struct match_s *match;
+ struct bp_match_s *match;
const char *at;
bp_pat_t *fallback;
void *ctx;
@@ -126,7 +126,7 @@ struct bp_pat_s {
};
typedef struct leftrec_info_s {
- struct match_s *match;
+ struct bp_match_s *match;
const char *at;
bp_pat_t *fallback;
void *ctx;