From 4350d996d1f4987ae83569acfdec2e25b996f599 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 5 Jan 2021 00:09:30 -0800 Subject: Simplified `...` to `..%\n` and `$.` to `./\n` --- types.h | 1 - 1 file changed, 1 deletion(-) (limited to 'types.h') diff --git a/types.h b/types.h index 24b66a9..56c6e28 100644 --- a/types.h +++ b/types.h @@ -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; -- cgit v1.2.3