=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/parse/xdeb.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM_contrib2/asir2000/parse/xdeb.c 1999/12/03 07:39:12 1.1 +++ OpenXM_contrib2/asir2000/parse/xdeb.c 2000/02/08 04:47:12 1.2 @@ -1,4 +1,4 @@ -/* $OpenXM: OpenXM/src/asir99/parse/xdeb.c,v 1.1.1.1 1999/11/10 08:12:34 noro Exp $ */ +/* $OpenXM: OpenXM_contrib2/asir2000/parse/xdeb.c,v 1.1.1.1 1999/12/03 07:39:12 noro Exp $ */ #if defined(VISUAL) #if defined(VISUAL_LIB) #include @@ -42,6 +42,7 @@ void show_debug_window(int on) {} #endif #else /* VISUAL */ +#if DO_PLOT /* * xdeb.c --- Asir Debug interface. * @@ -177,4 +178,15 @@ char *buf; } strcpy(buf,debug_cmd); } +#else /* DO_PLOT */ +init_cmdwin() {} + +show_debug_window(on) +int on; +{} + +get_line(buf) +char *buf; +{} +#endif /* DO_PLOT */ #endif /* VISUAL */