=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/parse/debug.c,v retrieving revision 1.12 retrieving revision 1.14 diff -u -p -r1.12 -r1.14 --- OpenXM_contrib2/asir2000/parse/debug.c 2003/02/14 22:29:18 1.12 +++ OpenXM_contrib2/asir2000/parse/debug.c 2003/03/07 06:39:59 1.14 @@ -45,7 +45,7 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. * - * $OpenXM: OpenXM_contrib2/asir2000/parse/debug.c,v 1.11 2001/12/25 02:39:06 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/parse/debug.c,v 1.13 2003/03/07 03:12:31 noro Exp $ */ #include "ca.h" #include "parse.h" @@ -234,14 +234,14 @@ void debug(SNODE f) sprintf(prompt,"(debug) "); SETJMP(debug_env); while ( 1 ) { -#if defined(FEP) +#if FEP if ( !do_fep ) #endif if ( !do_server_in_X11 ) fputs(prompt,stderr); bzero(buf,BUFSIZ); while ( 1 ) { -#if defined(FEP) +#if FEP if ( do_fep ) { line = (char *)readline_console(prompt); strcpy(buf,line); free(line);