aboutsummaryrefslogtreecommitdiff
path: root/vm.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-08 01:06:43 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-08 01:06:43 -0800
commit03c790d5b61ecc07a34e6d113a5b434b72c835fe (patch)
treec6e1423f4083c62aabd36c22b36ea8c3fba54054 /vm.h
parent668c7baf55d07cb429b30b92ea8ce302f9de053a (diff)
Renamed viz -> printing, and tidied up the code a bit
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);