--- gforth/Attic/forth.h 1994/09/05 17:36:17 1.9 +++ gforth/Attic/forth.h 1994/10/03 18:24:02 1.11 @@ -1,5 +1,4 @@ /* - $Id: forth.h,v 1.9 1994/09/05 17:36:17 anton Exp $ Copyright 1992 by the ANSI figForth Development Group */ @@ -71,7 +70,7 @@ Label *engine(Xt *ip, Cell *sp, Cell *rp #endif #ifdef DEBUG -# define NAME(string) printf("%08x: "string"\n",(int)ip); +# define NAME(string) fprintf(stderr,"%08x: "string"\n",(int)ip); #else # define NAME(string) #endif