From 56da250d69615d70774dbc361fa2693cca1e3df4 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 12 May 2022 12:11:28 -0400 Subject: Split backref/named captures into separate concepts for performance reasons. --- pattern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pattern.h') diff --git a/pattern.h b/pattern.h index 89d57b8..16b9654 100644 --- a/pattern.h +++ b/pattern.h @@ -82,6 +82,7 @@ typedef struct pat_s { struct pat_s *capture_pat; const char *name; size_t namelen; + bool backreffable; } capture; struct { struct match_s *match; -- cgit v1.2.3