[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.37 and 1.38

version 1.37, 2006/05/30 07:35:30 version 1.38, 2007/01/25 16:19:40
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.36 2005/08/24 06:28:39 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/builtin/ctrl.c,v 1.37 2006/05/30 07:35:30 noro Exp $
 */  */
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
Line 73  extern int real_binary;
Line 73  extern int real_binary;
 extern int allow_laurent;  extern int allow_laurent;
 #if defined(INTERVAL)  #if defined(INTERVAL)
 extern int zerorewrite;  extern int zerorewrite;
   extern int Itvplot;
 #endif  #endif
 extern int double_output;  extern int double_output;
 extern int use_new_hensel;  extern int use_new_hensel;
Line 124  static struct {
Line 125  static struct {
         {"diag_period",&diag_period},          {"diag_period",&diag_period},
 #if defined(INTERVAL)  #if defined(INTERVAL)
         {"zerorewrite",&zerorewrite},          {"zerorewrite",&zerorewrite},
           {"itvplotsize",&Itvplot},
 #endif  #endif
         {0,0},          {0,0},
 };  };

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

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