=================================================================== RCS file: /home/cvs/OpenXM_contrib2/windows/pari2/win32com/parigen.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM_contrib2/windows/pari2/win32com/parigen.h 2002/10/01 09:57:49 1.1 +++ OpenXM_contrib2/windows/pari2/win32com/parigen.h 2003/02/14 22:29:22 1.2 @@ -1,4 +1,4 @@ -/* $Id: parigen.h,v 1.1 2002/10/01 09:57:49 noro Exp $ +/* $Id: parigen.h,v 1.2 2003/02/14 22:29:22 ohara Exp $ Copyright (C) 2000 The PARI group. @@ -26,7 +26,7 @@ typedef int (*QSCOMP)(const void *, const void *); # define OLD_CODES #endif -#ifdef LONG_IS_64BIT +#if defined(LONG_IS_64BIT) # define TWOPOTBYTES_IN_LONG 3 #else # define TWOPOTBYTES_IN_LONG 2 @@ -68,7 +68,7 @@ typedef int (*QSCOMP)(const void *, const void *); # define SIGNnumBITS 2 #endif -#ifdef LONG_IS_64BIT +#if defined(LONG_IS_64BIT) # define LGnumBITS 32 # define EXPOnumBITS 48 # define LGEFnumBITS 46 /* otherwise MAXVARN too large */