=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/plot/if.c,v retrieving revision 1.30 retrieving revision 1.32 diff -u -p -r1.30 -r1.32 --- OpenXM_contrib2/asir2000/plot/if.c 2014/06/27 07:58:29 1.30 +++ OpenXM_contrib2/asir2000/plot/if.c 2014/08/20 16:51:34 1.32 @@ -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/plot/if.c,v 1.29 2014/05/25 03:07:04 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/plot/if.c,v 1.31 2014/07/05 03:55:42 saito Exp $ */ #include "ca.h" #include "parse.h" @@ -574,7 +574,7 @@ void ifplot_resize(struct canvas *can,POINT spos,POINT } else { create_canvas(ncan); if( can->precise ) qifplotmain(ncan); - else ifplotmainNG(ncan); + else ifplotmain(ncan); copy_to_canvas(ncan); } } @@ -908,7 +908,7 @@ void ifplotmainNG(struct canvas *can){ define_cursor(can->window,normalcur); } -#if defined(INTERVAL) +#if !defined(VISUAL) int objcp(NODE arg){ int idsrc, idtrg, op_code; struct canvas *cansrc, *cantrg;