[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.30 and 1.31

version 1.30, 2004/03/05 01:19:09 version 1.31, 2004/08/18 00:17:02
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.29 2004/03/02 07:44:02 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/builtin/ctrl.c,v 1.30 2004/03/05 01:19:09 noro Exp $
 */  */
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
Line 69  extern int outputstyle;
Line 69  extern int outputstyle;
 extern int fortran_output;  extern int fortran_output;
 extern int real_digit;  extern int real_digit;
 extern int real_binary;  extern int real_binary;
   extern int allow_laurent;
 #if defined(INTERVAL)  #if defined(INTERVAL)
 extern int zerorewrite;  extern int zerorewrite;
 #endif  #endif
Line 111  static struct {
Line 112  static struct {
         {"new_hensel",&use_new_hensel},          {"new_hensel",&use_new_hensel},
         {"print_quote",&print_quote},          {"print_quote",&print_quote},
         {"show_crossref",&show_crossref},          {"show_crossref",&show_crossref},
           {"allow_laurent",&allow_laurent},
 #if defined(INTERVAL)  #if defined(INTERVAL)
         {"zerorewrite",&zerorewrite},          {"zerorewrite",&zerorewrite},
 #endif  #endif

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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