=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/parse/debug.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- OpenXM_contrib2/asir2000/parse/debug.c 2001/08/20 09:03:27 1.8 +++ OpenXM_contrib2/asir2000/parse/debug.c 2001/10/05 03:21:27 1.9 @@ -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.7 2000/12/22 10:03:31 saito Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/parse/debug.c,v 1.8 2001/08/20 09:03:27 noro Exp $ */ #include "ca.h" #include "parse.h" @@ -167,9 +167,11 @@ void debug_init() { } fclose(fp); } +#if 0 #if !defined(VISUAL) if ( do_server_in_X11 ) init_cmdwin(); +#endif #endif }