From 9ee7102f51c60469659de752f119b1ecbd3c0ba7 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 16 Sep 2020 21:47:48 -0700 Subject: Removed (/) (which is just a clunky way to do "") --- types.h | 1 - 1 file changed, 1 deletion(-) (limited to 'types.h') diff --git a/types.h b/types.h index 2bef298..1a19e86 100644 --- a/types.h +++ b/types.h @@ -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, -- cgit v1.2.3