added stub PRIMITIVE_GETVM macro

Phil Dawes 2009-08-17 21:37:04 +01:00
parent c58b0ba73c
commit c627ed7a22
1 changed files with 1 additions and 1 deletions

View File

@ -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->
}