From: Derick Rethans Date: Tue, 16 Nov 2004 07:48:25 +0000 (+0000) Subject: - Make this compile for the Mac again X-Git-Tag: RELEASE_0_2~673 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ccc7c3b48e9394c18f1cef663dd2310ff094cd67;p=php - Make this compile for the Mac again --- diff --git a/Zend/zend_strtod.c b/Zend/zend_strtod.c index ffc127e6ab..8f1b379417 100644 --- a/Zend/zend_strtod.c +++ b/Zend/zend_strtod.c @@ -126,7 +126,7 @@ static char *rcsid = "$OpenBSD: strtod.c,v 1.19 2004/02/03 16:52:11 drahn Exp $" #define IEEE_LITTLE_ENDIAN #endif -#if defined(__sparc__) +#if defined(__sparc__) || defined(__ppc__) #define u_int32_t uint32_t #endif