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

Diff for /OpenXM_contrib2/asir2000/builtin/miscf.c between version 1.2 and 1.3

version 1.2, 2000/01/18 05:55:05 version 1.3, 2000/02/08 04:47:09
Line 1 
Line 1 
 /* $OpenXM: OpenXM_contrib2/asir2000/builtin/miscf.c,v 1.1.1.1 1999/12/03 07:39:07 noro Exp $ */  /* $OpenXM: OpenXM_contrib2/asir2000/builtin/miscf.c,v 1.2 2000/01/18 05:55:05 noro Exp $ */
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
 #if INET && !defined(VISUAL)  #if INET && !defined(VISUAL)
Line 36  struct ftab misc_tab[] = {
Line 36  struct ftab misc_tab[] = {
         {"gc",Pgc,0},          {"gc",Pgc,0},
         {"batch",Pbatch,2},          {"batch",Pbatch,2},
         {"send_progress",Psend_progress,-2},          {"send_progress",Psend_progress,-2},
 #if INET && !defined(VISUAL)  #if INET && !defined(VISUAL) && DO_PLOT
         {"xpause",Pxpause,0},          {"xpause",Pxpause,0},
 #endif  #endif
 #if 0  #if 0
Line 245  Q *rp;
Line 245  Q *rp;
         code = QTOS((Q)ARG0(arg));          code = QTOS((Q)ARG0(arg));
         reason = BDY((STRING)ARG1(arg));          reason = BDY((STRING)ARG1(arg));
         action = BDY((STRING)ARG2(arg));          action = BDY((STRING)ARG2(arg));
   #if defined(VISUAL)
         set_error(code,reason,action);          set_error(code,reason,action);
   #endif
         error("");          error("");
         *rp = 0;          *rp = 0;
 }  }
Line 333  Q *rp;
Line 335  Q *rp;
         STOQ(ret,*rp);          STOQ(ret,*rp);
 }  }
   
 #if INET && !defined(VISUAL)  #if INET && !defined(VISUAL) && DO_PLOT
 void Pxpause(rp)  void Pxpause(rp)
 Q *rp;  Q *rp;
 {  {

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

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