=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/builtin/ctrl.c,v retrieving revision 1.1 retrieving revision 1.7 diff -u -p -r1.1 -r1.7 --- OpenXM_contrib2/asir2000/builtin/ctrl.c 1999/12/03 07:39:07 1.1 +++ OpenXM_contrib2/asir2000/builtin/ctrl.c 2000/04/05 08:32:16 1.7 @@ -1,4 +1,4 @@ -/* $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.6 2000/02/08 04:47:09 noro Exp $ */ #include "ca.h" #include "parse.h" @@ -13,8 +13,10 @@ extern int prtime,nez,echoback,bigfloat; 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 do_message; -extern int ox_batch,ox_check; +extern int ox_batch,ox_check,ox_exchange_mathcap; extern int f4_nocheck; +extern int fortran_output; +extern int do_weyl; static struct { char *key; @@ -23,7 +25,9 @@ static struct { {"cputime",&prtime}, {"nez",&nez}, {"echo",&echoback}, +#if DO_PLOT {"bigfloat",&bigfloat}, +#endif {"verbose",&Verbose}, {"hideargs",&hideargs}, {"hex",&hex_output}, @@ -33,7 +37,10 @@ static struct { {"no_prompt",&no_prompt}, {"ox_batch",&ox_batch}, {"ox_check",&ox_check}, + {"ox_exchange_mathcap",&ox_exchange_mathcap}, {"f4_nocheck",&f4_nocheck}, + {"fortran_output",&fortran_output}, + {"do_weyl",&do_weyl}, {0,0}, };