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

Diff for /OpenXM_contrib2/asir2000/builtin/ctrl.c between version 1.5 and 1.6

version 1.5, 2000/02/07 03:21:42 version 1.6, 2000/02/08 04:47:09
Line 1 
Line 1 
 /* $OpenXM: OpenXM_contrib2/asir2000/builtin/ctrl.c,v 1.4 2000/02/07 03:19:19 noro Exp $ */  /* $OpenXM: OpenXM_contrib2/asir2000/builtin/ctrl.c,v 1.5 2000/02/07 03:21:42 noro Exp $ */
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
   
Line 24  static struct {
Line 24  static struct {
         {"cputime",&prtime},          {"cputime",&prtime},
         {"nez",&nez},          {"nez",&nez},
         {"echo",&echoback},          {"echo",&echoback},
   #if DO_PLOT
         {"bigfloat",&bigfloat},          {"bigfloat",&bigfloat},
   #endif
         {"verbose",&Verbose},          {"verbose",&Verbose},
         {"hideargs",&hideargs},          {"hideargs",&hideargs},
         {"hex",&hex_output},          {"hex",&hex_output},

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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