--- gforth/Attic/engine.c 1994/10/03 18:24:01 1.18 +++ gforth/Attic/engine.c 1994/10/24 19:15:56 1.19 @@ -181,7 +181,8 @@ Label *engine(Xt *ip0, Cell *sp0, Cell * #ifdef DEBUG fprintf(stderr,"ip=%x, sp=%x, rp=%x, fp=%x, lp=%x, up=%x\n", - ip,sp,rp,fp,lp,up); + (unsigned)ip,(unsigned)sp,(unsigned)rp, + (unsigned)fp,(unsigned)lp,(unsigned)up); #endif if (ip == NULL)