summaryrefslogtreecommitdiff
path: root/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm.h')
-rw-r--r--vm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm.h b/vm.h
index cfa3f6d..c710a4b 100644
--- a/vm.h
+++ b/vm.h
@@ -43,5 +43,6 @@ typedef enum {
OP_DIV,
} Op;
+void runvm(Chunk *ch);
#endif