aboutsummaryrefslogtreecommitdiff
path: root/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm.h')
-rw-r--r--vm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm.h b/vm.h
index b19f80b..189f9f4 100644
--- a/vm.h
+++ b/vm.h
@@ -8,7 +8,6 @@
#include "types.h"
-const char *opcode_name(enum VMOpcode o);
__attribute__((hot, nonnull(2,3,4)))
match_t *match(def_t *defs, file_t *f, const char *str, vm_op_t *op, unsigned int flags);
__attribute__((nonnull))