--- gforth/engine/main.c 2002/10/04 19:17:06 1.67 +++ gforth/engine/main.c 2002/10/25 15:57:03 1.68 @@ -95,9 +95,8 @@ static int no_dynamic=0; /* true if comp #endif #ifdef HAS_DEBUG -static int debug=0; +int debug=0; #else -# define debug 0 # define perror(x...) # define fprintf(x...) #endif