--- gforth/engine/forth.h 2001/02/28 22:31:43 1.19 +++ gforth/engine/forth.h 2001/05/11 22:06:47 1.20 @@ -97,7 +97,7 @@ typedef union { #else UCell low; Cell high; -#endif; +#endif } cells; DCell d; UDCell ud;