=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/builtin/ctrl.c,v retrieving revision 1.14 retrieving revision 1.21 diff -u -p -r1.14 -r1.21 --- OpenXM_contrib2/asir2000/builtin/ctrl.c 2001/07/04 07:19:19 1.14 +++ OpenXM_contrib2/asir2000/builtin/ctrl.c 2003/05/29 16:44:59 1.21 @@ -45,7 +45,7 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. * - * $OpenXM: OpenXM_contrib2/asir2000/builtin/ctrl.c,v 1.13 2001/03/09 01:44:09 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/builtin/ctrl.c,v 1.20 2003/05/16 07:56:14 noro Exp $ */ #include "ca.h" #include "parse.h" @@ -63,6 +63,8 @@ extern int GC_max_heap_size,Verbose,hideargs,hex_outpu extern int do_message; extern int ox_batch,ox_check,ox_exchange_mathcap; extern int f4_nocheck; +extern int StrassenSize; +extern int prefixmode; extern int fortran_output; extern int real_digit; #if defined(INTERVAL) @@ -70,6 +72,8 @@ extern int zerorewrite; #endif extern int double_output; extern int use_new_hensel; +extern int print_quote; +extern int show_crossref; static struct { char *key; @@ -78,7 +82,7 @@ static struct { {"cputime",&prtime}, {"nez",&nez}, {"echo",&echoback}, -#if DO_PLOT +#if defined(DO_PLOT) {"bigfloat",&bigfloat}, #endif {"verbose",&Verbose}, @@ -92,10 +96,14 @@ static struct { {"ox_check",&ox_check}, {"ox_exchange_mathcap",&ox_exchange_mathcap}, {"f4_nocheck",&f4_nocheck}, + {"StrassenSize",&StrassenSize}, + {"prefixmode",&prefixmode}, {"double_output",&double_output}, {"real_digit",&real_digit}, {"fortran_output",&fortran_output}, {"new_hensel",&use_new_hensel}, + {"print_quote",&print_quote}, + {"show_crossref",&show_crossref}, #if defined(INTERVAL) {"zerorewrite",&zerorewrite}, #endif