aboutsummaryrefslogtreecommitdiff
path: root/pattern.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-05-29 13:14:35 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-05-29 13:14:35 -0400
commitda067957c82ab74300bafa10a7753dc1e9cb53c7 (patch)
tree7af54094538c07b960fc08d1ac1bdf26f9b9ce26 /pattern.h
parentf2718636018468725234e677225c74b0810ff10c (diff)
Rename match_t -> bp_match_t
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;