=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/builtin/ctrl.c,v retrieving revision 1.4 retrieving revision 1.6 diff -u -p -r1.4 -r1.6 --- OpenXM_contrib2/asir2000/builtin/ctrl.c 2000/02/07 03:19:19 1.4 +++ OpenXM_contrib2/asir2000/builtin/ctrl.c 2000/02/08 04:47:09 1.6 @@ -1,4 +1,4 @@ -/* $OpenXM: OpenXM_contrib2/asir2000/builtin/ctrl.c,v 1.3 2000/02/07 03:14:38 noro Exp $ */ +/* $OpenXM: OpenXM_contrib2/asir2000/builtin/ctrl.c,v 1.5 2000/02/07 03:21:42 noro Exp $ */ #include "ca.h" #include "parse.h" @@ -24,7 +24,9 @@ static struct { {"cputime",&prtime}, {"nez",&nez}, {"echo",&echoback}, +#if DO_PLOT {"bigfloat",&bigfloat}, +#endif {"verbose",&Verbose}, {"hideargs",&hideargs}, {"hex",&hex_output}, @@ -34,7 +36,7 @@ static struct { {"no_prompt",&no_prompt}, {"ox_batch",&ox_batch}, {"ox_check",&ox_check}, - {"ox_exchange_mathcap",&ox_exchange_mat}, + {"ox_exchange_mathcap",&ox_exchange_mathcap}, {"f4_nocheck",&f4_nocheck}, {"fortran_output",&fortran_output}, {0,0},