aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-09-16 20:38:58 -0700
committerBruce Hill <bruce@bruce-hill.com>2020-09-16 20:38:58 -0700
commitf35d3c98b22ac3c708672493d27267de071989cd (patch)
tree6f49833558ec448768f5c90193d35b7d40c81664 /types.h
parent6c237850e90dce317ede7b0d4e53125df15ab62b (diff)
Added tons of file and line number stuff
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/types.h b/types.h
index de408cc..2bef298 100644
--- a/types.h
+++ b/types.h
@@ -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;