--- gforth/vmgen-ex/mini.h 2002/08/07 11:06:49 1.7 +++ gforth/vmgen-ex/mini.h 2003/08/25 14:17:55 1.10 @@ -1,6 +1,6 @@ /* support functions for vmgen example - Copyright (C) 2001 Free Software Foundation, Inc. + Copyright (C) 2001,2002,2003 Free Software Foundation, Inc. This file is part of Gforth. @@ -65,6 +65,9 @@ void vm_print_profile(FILE *file); /* the cast in vm_Cell2Cell is needed because the base type for inst-stream is Cell, but *IP is an Inst */ +/* for future extensions */ +#define IMM_ARG(access,value) (access) + #define VM_IS_INST(inst, n) ((inst) == vm_prim[n]) /* mini type-specific support functions */