=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/builtin/ctrl.c,v retrieving revision 1.33 retrieving revision 1.36 diff -u -p -r1.33 -r1.36 --- OpenXM_contrib2/asir2000/builtin/ctrl.c 2004/11/24 06:01:04 1.33 +++ OpenXM_contrib2/asir2000/builtin/ctrl.c 2005/08/24 06:28:39 1.36 @@ -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.32 2004/09/15 06:06:41 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/builtin/ctrl.c,v 1.35 2005/02/17 03:12:19 noro Exp $ */ #include "ca.h" #include "parse.h" @@ -62,7 +62,7 @@ extern int error_in_timer; extern int prtime,nez,echoback,bigfloat; extern int GC_free_space_numerator,GC_free_space_divisor,debug_up; extern int GC_max_heap_size,Verbose,hideargs,hex_output,do_server_in_X11; -extern int do_message; +extern int do_message,do_terse; extern int ox_batch,ox_check,ox_exchange_mathcap; extern int f4_nocheck; extern int StrassenSize; @@ -81,6 +81,7 @@ extern int show_crossref; extern Obj user_defined_prompt; extern int asir_setenv; extern int show_orderspec; +extern int no_debug_on_error; static struct { char *key; @@ -90,7 +91,7 @@ static struct { {"cputime",&prtime}, {"nez",&nez}, {"echo",&echoback}, -#if defined(DO_PLOT) +#if defined(PARI) {"bigfloat",&bigfloat}, #endif {"verbose",&Verbose}, @@ -99,6 +100,7 @@ static struct { {"hex",&hex_output}, {"debug_window",&do_server_in_X11}, {"message",&do_message}, + {"terse",&do_terse}, {"debug_up",&debug_up}, {"no_prompt",&do_quiet}, {"asir_setenv",&asir_setenv}, @@ -117,6 +119,7 @@ static struct { {"show_crossref",&show_crossref}, {"allow_laurent",&allow_laurent}, {"show_orderspec",&show_orderspec}, + {"no_debug_on_error",&no_debug_on_error}, #if defined(INTERVAL) {"zerorewrite",&zerorewrite}, #endif