diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-05-29 13:14:35 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-05-29 13:14:35 -0400 |
| commit | da067957c82ab74300bafa10a7753dc1e9cb53c7 (patch) | |
| tree | 7af54094538c07b960fc08d1ac1bdf26f9b9ce26 /pattern.h | |
| parent | f2718636018468725234e677225c74b0810ff10c (diff) | |
Rename match_t -> bp_match_t
Diffstat (limited to 'pattern.h')
| -rw-r--r-- | pattern.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |
