=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/builtin/miscf.c,v retrieving revision 1.13 retrieving revision 1.17 diff -u -p -r1.13 -r1.17 --- OpenXM_contrib2/asir2000/builtin/miscf.c 2001/10/09 01:36:06 1.13 +++ OpenXM_contrib2/asir2000/builtin/miscf.c 2003/04/02 06:48:19 1.17 @@ -45,11 +45,11 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. * - * $OpenXM: OpenXM_contrib2/asir2000/builtin/miscf.c,v 1.12 2001/03/19 00:44:01 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/builtin/miscf.c,v 1.16 2003/03/07 06:39:55 noro Exp $ */ #include "ca.h" #include "parse.h" -#if !defined(VISUAL) +#if !defined(VISUAL) && defined(DO_PLOT) #include #include #endif @@ -95,7 +95,7 @@ struct ftab misc_tab[] = { {"hex_dump",Phex_dump,2}, {"peek",Ppeek,1}, {"poke",Ppoke,2}, -#if !defined(VISUAL) && DO_PLOT +#if !defined(VISUAL) && defined(DO_PLOT) {"xpause",Pxpause,0}, #endif #if 0 @@ -370,7 +370,7 @@ Q *rp; STOQ(ret,*rp); } -#if !defined(VISUAL) && DO_PLOT +#if !defined(VISUAL) && defined(DO_PLOT) void Pxpause(rp) Q *rp; {