--- gforth/engine/support.c 2003/01/26 20:56:38 1.5 +++ gforth/engine/support.c 2003/01/27 18:59:42 1.6 @@ -246,17 +246,16 @@ struct Cellpair parse_white(Char *c_addr /* use !isgraph instead of isspace? */ struct Cellpair result; Char *c_addr2; - UCell u2; Char *endp = c_addr1+u1; while (c_addr1