--- gforth/Attic/engine.c 1996/01/07 17:22:09 1.34 +++ gforth/Attic/engine.c 1996/02/09 17:34:08 1.35 @@ -49,9 +49,9 @@ typedef union { struct { #ifdef WORDS_BIGENDIAN Cell high; - Cell low; + UCell low; #else - Cell low; + UCell low; Cell high; #endif; } cells;