aboutsummaryrefslogtreecommitdiff
path: root/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm.h')
-rw-r--r--vm.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/vm.h b/vm.h
index 2c17743..148f2b5 100644
--- a/vm.h
+++ b/vm.h
@@ -8,11 +8,6 @@
#include "types.h"
-typedef enum {
- PRINT_COLOR = 1<<0,
- PRINT_LINE_NUMBERS = 1<<1,
-} print_options_t;
-
const char *opcode_name(enum VMOpcode o);
__attribute__((hot, nonnull))
match_t *match(grammar_t *g, file_t *f, const char *str, vm_op_t *op, unsigned int flags);