[BACK]Return to datatype.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / Kan

Diff for /OpenXM/src/kan96xx/Kan/datatype.h between version 1.5 and 1.6

version 1.5, 2003/06/26 13:00:10 version 1.6, 2003/07/10 08:20:04
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/kan96xx/Kan/datatype.h,v 1.4 2003/06/26 08:14:46 takayama Exp $ */  /* $OpenXM: OpenXM/src/kan96xx/Kan/datatype.h,v 1.5 2003/06/26 13:00:10 takayama Exp $ */
 #include "gmp.h"  #include "gmp.h"
   
 /* GC */  /* GC */
Line 29  void KSstop();
Line 29  void KSstop();
                         must be larger than AGLIMIT. They are automatically                          must be larger than AGLIMIT. They are automatically
                         determined by the value of AGLIMIT. */                          determined by the value of AGLIMIT. */
   
   #define LARGE_NEGATIVE_NUMBER (-0x7fffffff)  /* for 32 bit */
   
 typedef struct listPoly *   POLY;  typedef struct listPoly *   POLY;
 typedef struct monomial *   MONOMIAL;  typedef struct monomial *   MONOMIAL;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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