--- gforth/engine/forth.h 2009/12/31 15:32:36 1.107 +++ gforth/engine/forth.h 2010/04/05 22:17:56 1.108 @@ -101,6 +101,8 @@ #define DOVAL 6 #define DODOES 7 #define DOESJUMP 8 +#define DOABICODE 9 +#define DOER_MAX 9 /* the size of the DOESJUMP, which resides between DOES> and the does-code */ #define DOES_HANDLER_SIZE (2*sizeof(Cell))