[BACK]Return to parigen.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / windows / pari2 / win32com

Diff for /OpenXM_contrib2/windows/pari2/win32com/parigen.h between version 1.1 and 1.2

version 1.1, 2002/10/01 09:57:49 version 1.2, 2003/02/14 22:29:22
Line 26  typedef int (*QSCOMP)(const void *, const void *);
Line 26  typedef int (*QSCOMP)(const void *, const void *);
 #  define OLD_CODES  #  define OLD_CODES
 #endif  #endif
   
 #ifdef LONG_IS_64BIT  #if defined(LONG_IS_64BIT)
 #  define TWOPOTBYTES_IN_LONG  3  #  define TWOPOTBYTES_IN_LONG  3
 #else  #else
 #  define TWOPOTBYTES_IN_LONG  2  #  define TWOPOTBYTES_IN_LONG  2
Line 68  typedef int (*QSCOMP)(const void *, const void *);
Line 68  typedef int (*QSCOMP)(const void *, const void *);
 #  define SIGNnumBITS  2  #  define SIGNnumBITS  2
 #endif  #endif
   
 #ifdef LONG_IS_64BIT  #if defined(LONG_IS_64BIT)
 #  define   LGnumBITS 32  #  define   LGnumBITS 32
 #  define EXPOnumBITS 48  #  define EXPOnumBITS 48
 #  define LGEFnumBITS 46 /* otherwise MAXVARN too large */  #  define LGEFnumBITS 46 /* otherwise MAXVARN too large */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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