--- gforth/Attic/engine.c 1995/12/26 17:35:36 1.33 +++ gforth/Attic/engine.c 1996/04/17 16:39:40 1.37 @@ -45,19 +45,6 @@ #define IOR(flag) ((flag)? -512-errno : 0) -typedef union { - struct { -#ifdef WORDS_BIGENDIAN - Cell high; - Cell low; -#else - Cell low; - Cell high; -#endif; - } cells; - DCell dcell; -} Double_Store; - typedef struct F83Name { struct F83Name *next; /* the link field for old hands */ char countetc; @@ -85,7 +72,10 @@ typedef struct F83Name { Cell *SP; Float *FP; +#if 0 +/* not used currently */ int emitcounter; +#endif #define NULLC '\0' char *cstr(Char *from, UCell size, int clear) @@ -240,6 +230,7 @@ Label *engine(Xt *ip0, Cell *sp0, Cell * (Label)0, #endif #include "prim_labels.i" + (Label)0 }; #ifdef CPU_DEP2 CPU_DEP2