diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-05 00:09:30 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-05 00:09:30 -0800 |
| commit | 4350d996d1f4987ae83569acfdec2e25b996f599 (patch) | |
| tree | 835ab3332ec593c748f4eabd7490266b2e22aa30 /types.h | |
| parent | 8d14bf01bc3c3cfbb3613487b59fe0bc4d6efba6 (diff) | |
Simplified `...` to `..%\n` and `$.` to `./\n`
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; |
