From da067957c82ab74300bafa10a7753dc1e9cb53c7 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 29 May 2024 13:14:35 -0400 Subject: Rename match_t -> bp_match_t --- pattern.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pattern.h') 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; -- cgit v1.2.3