![]() ![]() | ![]() |
version 1.3, 2002/06/02 15:46:17 | version 1.4, 2002/06/02 17:02:56 |
---|---|
Line 21 | Line 21 |
#include <stdio.h> | #include <stdio.h> |
#ifdef __GNUC__ | |
typedef void *Label; | typedef void *Label; |
typedef void *Inst; /* for direct threading, the same as Label */ | typedef void *Inst; /* for direct threading, the same as Label */ |
#else | |
typedef long Label; | |
typedef long Inst; | |
#endif | |
typedef long Cell; | typedef long Cell; |
extern Inst *vm_prim; | extern Inst *vm_prim; |