![]() ![]() | ![]() |
version 1.51, 2002/12/21 11:59:21 | version 1.52, 2002/12/23 22:14:06 |
---|---|
Line 206 extern int gforth_memcmp(const char * s1 | Line 206 extern int gforth_memcmp(const char * s1 |
#define engine engine2 | #define engine engine2 |
#define VARIANT(v) (v) | #define VARIANT(v) (v) |
#define JUMP(target) goto I_noop | #define JUMP(target) goto I_noop |
#define LABEL(name) J_##name: asm(".skip 16"); I_##name: | #define LABEL(name) J_##name: SKIP16; I_##name: |
#define IN_ENGINE2 | #define IN_ENGINE2 |
#elif ENGINE==3 | #elif ENGINE==3 |