--- gforth/Attic/forth.h 1995/01/19 17:48:02 1.13 +++ gforth/Attic/forth.h 1995/02/23 20:17:19 1.14 @@ -13,8 +13,9 @@ typedef void *Label; #define DOVAR 2 #define DOUSER 3 #define DODEFER 4 -#define DODOES 5 -#define DOESJUMP 6 +#define DOSTRUC 5 +#define DODOES 6 +#define DOESJUMP 7 #include "machine.h"