[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.4 and 1.5

version 1.4, 2000/02/07 03:19:19 version 1.5, 2000/02/07 03:21:42
Line 1 
Line 1 
 /* $OpenXM: OpenXM_contrib2/asir2000/builtin/ctrl.c,v 1.3 2000/02/07 03:14:38 noro Exp $ */  /* $OpenXM: OpenXM_contrib2/asir2000/builtin/ctrl.c,v 1.4 2000/02/07 03:19:19 noro Exp $ */
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
   
Line 34  static struct {
Line 34  static struct {
         {"no_prompt",&no_prompt},          {"no_prompt",&no_prompt},
         {"ox_batch",&ox_batch},          {"ox_batch",&ox_batch},
         {"ox_check",&ox_check},          {"ox_check",&ox_check},
         {"ox_exchange_mathcap",&ox_exchange_mat},          {"ox_exchange_mathcap",&ox_exchange_mathcap},
         {"f4_nocheck",&f4_nocheck},          {"f4_nocheck",&f4_nocheck},
         {"fortran_output",&fortran_output},          {"fortran_output",&fortran_output},
         {0,0},          {0,0},

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

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