| version 1.2, 2000/01/26 02:05:33 |
version 1.4, 2000/02/07 03:19:19 |
|
|
| /* $OpenXM: OpenXM_contrib2/asir2000/builtin/ctrl.c,v 1.1.1.1 1999/12/03 07:39:07 noro Exp $ */ |
/* $OpenXM: OpenXM_contrib2/asir2000/builtin/ctrl.c,v 1.3 2000/02/07 03:14:38 noro Exp $ */ |
| #include "ca.h" |
#include "ca.h" |
| #include "parse.h" |
#include "parse.h" |
| |
|
| Line 15 extern int GC_max_heap_size,Verbose,hideargs,hex_outpu |
|
| Line 15 extern int GC_max_heap_size,Verbose,hideargs,hex_outpu |
|
| extern int do_message; |
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; |
| |
|
| static struct { |
static struct { |
| char *key; |
char *key; |
|
|
| {"no_prompt",&no_prompt}, |
{"no_prompt",&no_prompt}, |
| {"ox_batch",&ox_batch}, |
{"ox_batch",&ox_batch}, |
| {"ox_check",&ox_check}, |
{"ox_check",&ox_check}, |
| {"ox_exchange_mathcap",&ox_exchange_mathcap}, |
{"ox_exchange_mathcap",&ox_exchange_mat}, |
| {"f4_nocheck",&f4_nocheck}, |
{"f4_nocheck",&f4_nocheck}, |
| |
{"fortran_output",&fortran_output}, |
| {0,0}, |
{0,0}, |
| }; |
}; |
| |
|