[BACK]Return to if.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / plot

Diff for /OpenXM_contrib2/asir2000/plot/if.c between version 1.22 and 1.23

version 1.22, 2011/08/10 04:51:58 version 1.23, 2011/08/11 06:25:06
Line 45 
Line 45 
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
  *   *
  * $OpenXM: OpenXM_contrib2/asir2000/plot/if.c,v 1.21 2006/11/09 15:54:35 saito Exp $   * $OpenXM: OpenXM_contrib2/asir2000/plot/if.c,v 1.22 2011/08/10 04:51:58 saito Exp $
 */  */
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
Line 880  void ineqnmain(struct canvas *can, int orgcolor, int o
Line 880  void ineqnmain(struct canvas *can, int orgcolor, int o
         copy_to_canvas(can);          copy_to_canvas(can);
 }  }
   
 #if defined(INTERVAL)  
 int itvifplot(NODE arg)  int itvifplot(NODE arg)
 {  {
         int id, op_code, orgcolor;          int id, op_code, orgcolor;
Line 1226  void itvplotmain4(struct canvas *can, int itvsize)
Line 1225  void itvplotmain4(struct canvas *can, int itvsize)
         define_cursor(can->window,normalcur);          define_cursor(can->window,normalcur);
         tstop(can); /* time calc */          tstop(can); /* time calc */
 }  }
 #endif  
 #endif  #endif

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>