[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.1.1.1 and 1.3

version 1.1.1.1, 1999/12/03 07:39:07 version 1.3, 2000/02/07 03:14:38
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/asir99/builtin/ctrl.c,v 1.3 1999/11/23 07:14:14 noro Exp $ */  /* $OpenXM: OpenXM_contrib2/asir2000/builtin/ctrl.c,v 1.1.1.1 1999/12/03 07:39:07 noro Exp $ */
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
   
Line 15  extern int GC_max_heap_size,Verbose,hideargs,hex_outpu
Line 15  extern int GC_max_heap_size,Verbose,hideargs,hex_outpu
 extern int do_message;  extern int do_message;
 extern int ox_batch,ox_check;  extern int ox_batch,ox_check;
 extern int f4_nocheck;  extern int f4_nocheck;
   extern int fortran_output;
   
 static struct {  static struct {
         char *key;          char *key;
Line 34  static struct {
Line 35  static struct {
         {"ox_batch",&ox_batch},          {"ox_batch",&ox_batch},
         {"ox_check",&ox_check},          {"ox_check",&ox_check},
         {"f4_nocheck",&f4_nocheck},          {"f4_nocheck",&f4_nocheck},
           {"fortran_output",&fortran_output},
         {0,0},          {0,0},
 };  };
   

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

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