[BACK]Return to ctrl.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / builtin

Diff for /OpenXM_contrib2/asir2000/builtin/ctrl.c between version 1.17 and 1.22

version 1.17, 2003/02/14 22:29:07 version 1.22, 2003/06/07 16:40:24
Line 45 
Line 45 
  * 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.16 2002/01/04 17:08:22 saito Exp $   * $OpenXM: OpenXM_contrib2/asir2000/builtin/ctrl.c,v 1.21 2003/05/29 16:44:59 saito 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 StrassenSize;  extern int StrassenSize;
   extern int outputstyle;
 extern int fortran_output;  extern int fortran_output;
 extern int real_digit;  extern int real_digit;
 #if defined(INTERVAL)  #if defined(INTERVAL)
Line 72  extern int zerorewrite;
Line 73  extern int zerorewrite;
 extern int double_output;  extern int double_output;
 extern int use_new_hensel;  extern int use_new_hensel;
 extern int print_quote;  extern int print_quote;
   extern int show_crossref;
   
 static struct {  static struct {
         char *key;          char *key;
Line 95  static struct {
Line 97  static struct {
         {"ox_exchange_mathcap",&ox_exchange_mathcap},          {"ox_exchange_mathcap",&ox_exchange_mathcap},
         {"f4_nocheck",&f4_nocheck},          {"f4_nocheck",&f4_nocheck},
         {"StrassenSize",&StrassenSize},          {"StrassenSize",&StrassenSize},
           {"outputstyle",&outputstyle},
         {"double_output",&double_output},          {"double_output",&double_output},
         {"real_digit",&real_digit},          {"real_digit",&real_digit},
         {"fortran_output",&fortran_output},          {"fortran_output",&fortran_output},
         {"new_hensel",&use_new_hensel},          {"new_hensel",&use_new_hensel},
         {"print_quote",&print_quote},          {"print_quote",&print_quote},
           {"show_crossref",&show_crossref},
 #if defined(INTERVAL)  #if defined(INTERVAL)
         {"zerorewrite",&zerorewrite},          {"zerorewrite",&zerorewrite},
 #endif  #endif

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.22

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>