[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.16 and 1.20

version 1.16, 2002/01/04 17:08:22 version 1.20, 2003/05/16 07:56:14
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.15 2001/08/06 01:48:32 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/builtin/ctrl.c,v 1.19 2003/03/07 06:39:54 noro Exp $
 */  */
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
Line 72  extern int zerorewrite;
Line 72  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 80  static struct {
Line 81  static struct {
         {"cputime",&prtime},          {"cputime",&prtime},
         {"nez",&nez},          {"nez",&nez},
         {"echo",&echoback},          {"echo",&echoback},
 #if DO_PLOT  #if defined(DO_PLOT)
         {"bigfloat",&bigfloat},          {"bigfloat",&bigfloat},
 #endif  #endif
         {"verbose",&Verbose},          {"verbose",&Verbose},
Line 100  static struct {
Line 101  static struct {
         {"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.16  
changed lines
  Added in v.1.20

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