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

version 1.2, 2000/01/26 02:05:33 version 1.3, 2000/02/07 03:14:38
Line 13  extern int prtime,nez,echoback,bigfloat;
Line 13  extern int prtime,nez,echoback,bigfloat;
 extern int GC_free_space_numerator,GC_free_space_divisor,debug_up,no_prompt;  extern int GC_free_space_numerator,GC_free_space_divisor,debug_up,no_prompt;
 extern int GC_max_heap_size,Verbose,hideargs,hex_output,do_server_in_X11;  extern int GC_max_heap_size,Verbose,hideargs,hex_output,do_server_in_X11;
 extern int do_message;  extern int do_message;
 extern int ox_batch,ox_check,ox_exchange_mathcap;  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 33  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_mathcap},  
         {"f4_nocheck",&f4_nocheck},          {"f4_nocheck",&f4_nocheck},
           {"fortran_output",&fortran_output},
         {0,0},          {0,0},
 };  };
   

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

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