diff options
Diffstat (limited to 'pattern.h')
| -rw-r--r-- | pattern.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
