From 89d6e979f6e51927c13633bc1c374b05a37d0238 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 30 Mar 2000 03:23:37 +0000 Subject: Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch" branch as of March 29th, 2000. [these are changes March 7-29th] --- contrib/gcc/glimits.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/gcc/glimits.h') diff --git a/contrib/gcc/glimits.h b/contrib/gcc/glimits.h index 559e712..2878051 100644 --- a/contrib/gcc/glimits.h +++ b/contrib/gcc/glimits.h @@ -64,7 +64,7 @@ /* Minimum and maximum values a `signed long int' can hold. (Same as `int'). */ #ifndef __LONG_MAX__ -#if defined (__alpha__) || defined (__sparc_v9__) || defined (__sparcv9) +#if defined (__alpha__) || (defined (_ARCH_PPC) && defined (__64BIT__)) || defined (__sparc_v9__) || defined (__sparcv9) #define __LONG_MAX__ 9223372036854775807L #else #define __LONG_MAX__ 2147483647L -- cgit v1.1