--- gforth/Attic/engine.c 1996/02/09 17:34:08 1.35 +++ gforth/Attic/engine.c 1996/02/13 11:12:16 1.36 @@ -45,19 +45,6 @@ #define IOR(flag) ((flag)? -512-errno : 0) -typedef union { - struct { -#ifdef WORDS_BIGENDIAN - Cell high; - UCell low; -#else - UCell low; - Cell high; -#endif; - } cells; - DCell dcell; -} Double_Store; - typedef struct F83Name { struct F83Name *next; /* the link field for old hands */ char countetc;