added stub PRIMITIVE_GETVM macro

db4
Phil Dawes 2009-08-17 21:37:04 +01:00
parent caefc7aff9
commit d8ea82d8e8
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->
}