version 1.12, 2000/12/22 09:58:32 |
version 1.15, 2001/08/06 01:48:32 |
|
|
* DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, |
* DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, |
* PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. |
* PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. |
* |
* |
* $OpenXM: OpenXM_contrib2/asir2000/builtin/ctrl.c,v 1.11 2000/12/13 10:54:09 noro Exp $ |
* $OpenXM: OpenXM_contrib2/asir2000/builtin/ctrl.c,v 1.14 2001/07/04 07:19:19 noro Exp $ |
*/ |
*/ |
#include "ca.h" |
#include "ca.h" |
#include "parse.h" |
#include "parse.h" |
Line 64 extern int do_message; |
|
Line 64 extern int do_message; |
|
extern int ox_batch,ox_check,ox_exchange_mathcap; |
extern int ox_batch,ox_check,ox_exchange_mathcap; |
extern int f4_nocheck; |
extern int f4_nocheck; |
extern int fortran_output; |
extern int fortran_output; |
|
extern int real_digit; |
#if defined(INTERVAL) |
#if defined(INTERVAL) |
extern int zerorewrite; |
extern int zerorewrite; |
#endif |
#endif |
extern int double_output; |
extern int double_output; |
|
extern int use_new_hensel; |
|
extern int print_quote; |
|
|
static struct { |
static struct { |
char *key; |
char *key; |
|
|
{"ox_exchange_mathcap",&ox_exchange_mathcap}, |
{"ox_exchange_mathcap",&ox_exchange_mathcap}, |
{"f4_nocheck",&f4_nocheck}, |
{"f4_nocheck",&f4_nocheck}, |
{"double_output",&double_output}, |
{"double_output",&double_output}, |
|
{"real_digit",&real_digit}, |
{"fortran_output",&fortran_output}, |
{"fortran_output",&fortran_output}, |
|
{"new_hensel",&use_new_hensel}, |
|
{"print_quote",&print_quote}, |
#if defined(INTERVAL) |
#if defined(INTERVAL) |
{"zerorewrite",&zerorewrite}, |
{"zerorewrite",&zerorewrite}, |
#endif |
#endif |