From 03c790d5b61ecc07a34e6d113a5b434b72c835fe Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 8 Jan 2021 01:06:43 -0800 Subject: Renamed viz -> printing, and tidied up the code a bit --- vm.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vm.h') 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); -- cgit v1.2.3