summaryrefslogtreecommitdiff
path: root/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm.h')
-rw-r--r--vm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vm.h b/vm.h
index c710a4b..9a17f77 100644
--- a/vm.h
+++ b/vm.h
@@ -7,8 +7,6 @@
#include "val.h"
-void *M(void *p, size_t sz);
-
typedef struct {
// bytecode
size_t blen;