version 1.5, 1999/02/06 22:28:22
|
version 1.6, 2000/04/29 13:07:34
|
Line 152 typedef short Int16;
|
Line 152 typedef short Int16;
|
/* the does handler resides between DOES> and the following Forth |
/* the does handler resides between DOES> and the following Forth |
code. Since the code-field jumps directly to dodoes, the |
code. Since the code-field jumps directly to dodoes, the |
does-handler is not needed for the Alpha architecture */ |
does-handler is not needed for the Alpha architecture */ |
#define MAKE_DOES_HANDLER(addr) 0 |
#define MAKE_DOES_HANDLER(addr) ((void)0) |
|
|
/* This makes a code field for a does-defined word. doesp is the |
/* This makes a code field for a does-defined word. doesp is the |
address of the does-code. On the Alpha, the code field consists of |
address of the does-code. On the Alpha, the code field consists of |