=================================================================== RCS file: /home/cvs/OpenXM_contrib2/windows/pari2/win32com/paricom.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM_contrib2/windows/pari2/win32com/paricom.h 2002/10/01 09:57:49 1.1 +++ OpenXM_contrib2/windows/pari2/win32com/paricom.h 2003/02/14 22:29:22 1.2 @@ -1,4 +1,4 @@ -/* $Id: paricom.h,v 1.1 2002/10/01 09:57:49 noro Exp $ +/* $Id: paricom.h,v 1.2 2003/02/14 22:29:22 ohara Exp $ Copyright (C) 2000 The PARI group. @@ -111,7 +111,7 @@ extern int new_galois_format; # define PI (3.141592653589) #endif -#ifdef LONG_IS_64BIT +#if defined(LONG_IS_64BIT) # define VERYBIGINT (9223372036854775807L) /* 2^63-1 */ # define EXP220 (1099511627776L) /* 2^40 */ # define BIGINT (2147483647) /* 2^31-1 */ @@ -138,7 +138,7 @@ extern int new_galois_format; ENDEXTERN #endif -#ifndef LONG_IS_64BIT +#if !defined(LONG_IS_64BIT) # undef labs # define labs(x) abs(x) #endif