diff options
Diffstat (limited to 'types.h')
| -rw-r--r-- | types.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -46,7 +46,6 @@ enum VMOpcode { */ typedef struct vm_op_s { enum VMOpcode op; - unsigned int multiline:1, negate:1; const char *start, *end; // Length of the match, if constant, otherwise -1 ssize_t len; |
