[BACK]Return to xm CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / lib

Diff for /OpenXM_contrib2/asir2000/lib/xm between version 1.2 and 1.3

version 1.2, 1999/12/11 13:50:13 version 1.3, 2000/01/16 06:28:00
Line 1 
Line 1 
 /* $OpenXM: OpenXM_contrib2/asir2000/lib/xm,v 1.1.1.1 1999/12/03 07:39:11 noro Exp $ */  /* $OpenXM: OpenXM_contrib2/asir2000/lib/xm,v 1.2 1999/12/11 13:50:13 takayama Exp $ */
 /**  xm  **/  /**  xm  **/
 Xm_noX = 0$  Xm_noX = 0$
 /* 1 : using X-window system. 0 : not using X-window system. */  /* 1 : using X-window system. 0 : not using X-window system. */
Line 6  Xm_noX = 0$  
Line 6  Xm_noX = 0$  
          cf. var.sm1,  debugMode           cf. var.sm1,  debugMode
 */  */
   
 print("xm Version 19991118. ox_help(0); ox_help(\"keyword\"); for help message ")$  print("xm Version 20000116. ox_help(0); ox_help(\"keyword\"); for help message ")$
   
   
 /*&C-texi  /*&C-texi
Line 130  def ox_check_errors2(P) {
Line 130  def ox_check_errors2(P) {
   }    }
   return(P);    return(P);
 }  }
   
   def first(A) {return(A[0]);}
   
 load("sm1")$  load("sm1")$
 load("gnuplot")$  load("gnuplot")$

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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