--- gforth/Attic/forth.h 1995/10/12 20:43:24 1.17 +++ gforth/Attic/forth.h 1995/10/26 22:48:39 1.18 @@ -65,7 +65,7 @@ Label *engine(Xt *ip, Cell *sp, Cell *rp #endif #ifdef DEBUG -# define NAME(string) fprintf(stderr,"%08x: "string"\n",(Cell)ip); +# define NAME(string) fprintf(stderr,"%08lx: "string"\n",(Cell)ip); #else # define NAME(string) #endif