[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.6 and 1.7

version 1.6, 2000/02/08 04:47:09 version 1.7, 2000/04/05 08:32:16
Line 1 
Line 1 
 /* $OpenXM: OpenXM_contrib2/asir2000/builtin/ctrl.c,v 1.5 2000/02/07 03:21:42 noro Exp $ */  /* $OpenXM: OpenXM_contrib2/asir2000/builtin/ctrl.c,v 1.6 2000/02/08 04:47:09 noro Exp $ */
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
   
Line 16  extern int do_message;
Line 16  extern int do_message;
 extern int ox_batch,ox_check,ox_exchange_mathcap;  extern int ox_batch,ox_check,ox_exchange_mathcap;
 extern int f4_nocheck;  extern int f4_nocheck;
 extern int fortran_output;  extern int fortran_output;
   extern int do_weyl;
   
 static struct {  static struct {
         char *key;          char *key;
Line 39  static struct {
Line 40  static struct {
         {"ox_exchange_mathcap",&ox_exchange_mathcap},          {"ox_exchange_mathcap",&ox_exchange_mathcap},
         {"f4_nocheck",&f4_nocheck},          {"f4_nocheck",&f4_nocheck},
         {"fortran_output",&fortran_output},          {"fortran_output",&fortran_output},
           {"do_weyl",&do_weyl},
         {0,0},          {0,0},
 };  };
   

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

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