diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-09-16 21:47:48 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-09-16 21:47:48 -0700 |
| commit | 9ee7102f51c60469659de752f119b1ecbd3c0ba7 (patch) | |
| tree | 23cb1f8b50eb9009c94e0eda1950f03bca028acb /types.h | |
| parent | d536f6a2ca46d4deed84eba38abdbbfc28207400 (diff) | |
Removed (/) (which is just a clunky way to do "")
Diffstat (limited to 'types.h')
| -rw-r--r-- | types.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -17,7 +17,6 @@ enum BPEGFlag { * BPEG virtual machine opcodes (these must be kept in sync with the names in vm.c) */ enum VMOpcode { - VM_EMPTY = 0, VM_ANYCHAR = 1, VM_STRING, VM_RANGE, |
