From c627ed7a2294953b7b9d3b6cce382f5f7e8a2c41 Mon Sep 17 00:00:00 2001 From: Phil Dawes Date: Mon, 17 Aug 2009 21:37:04 +0100 Subject: [PATCH] added stub PRIMITIVE_GETVM macro --- vm/primitives.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/primitives.hpp b/vm/primitives.hpp index c520a67cc5..f534a24791 100644 --- a/vm/primitives.hpp +++ b/vm/primitives.hpp @@ -5,5 +5,5 @@ extern "C" typedef void (*primitive_type)(); extern const primitive_type primitives[]; #define PRIMITIVE(name) extern "C" void primitive_##name() - +#define PRIMITIVE_GETVM() vm-> }