diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-09-16 20:38:58 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-09-16 20:38:58 -0700 |
| commit | f35d3c98b22ac3c708672493d27267de071989cd (patch) | |
| tree | 6f49833558ec448768f5c90193d35b7d40c81664 /types.h | |
| parent | 6c237850e90dce317ede7b0d4e53125df15ab62b (diff) | |
Added tons of file and line number stuff
Diffstat (limited to 'types.h')
| -rw-r--r-- | types.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -77,7 +77,6 @@ typedef struct vm_op_s { typedef struct match_s { // Where the match starts and ends (end is after the last character) const char *start, *end; - unsigned int is_capture:1, is_replacement:1, is_ref:1; const char *name_or_replacement; struct match_s *child, *nextsibling; vm_op_t *op; |
