=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/builtin/ctrl.c,v retrieving revision 1.36 retrieving revision 1.38 diff -u -p -r1.36 -r1.38 --- OpenXM_contrib2/asir2000/builtin/ctrl.c 2005/08/24 06:28:39 1.36 +++ OpenXM_contrib2/asir2000/builtin/ctrl.c 2007/01/25 16:19:40 1.38 @@ -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.35 2005/02/17 03:12:19 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/builtin/ctrl.c,v 1.37 2006/05/30 07:35:30 noro Exp $ */ #include "ca.h" #include "parse.h" @@ -73,6 +73,7 @@ extern int real_binary; extern int allow_laurent; #if defined(INTERVAL) extern int zerorewrite; +extern int Itvplot; #endif extern int double_output; extern int use_new_hensel; @@ -82,6 +83,7 @@ extern Obj user_defined_prompt; extern int asir_setenv; extern int show_orderspec; extern int no_debug_on_error; +extern int diag_period; static struct { char *key; @@ -120,8 +122,10 @@ static struct { {"allow_laurent",&allow_laurent}, {"show_orderspec",&show_orderspec}, {"no_debug_on_error",&no_debug_on_error}, + {"diag_period",&diag_period}, #if defined(INTERVAL) {"zerorewrite",&zerorewrite}, + {"itvplotsize",&Itvplot}, #endif {0,0}, };