summaryrefslogtreecommitdiff
path: root/Zend/zend_strtod.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_strtod.c')
-rw-r--r--Zend/zend_strtod.c2
1 files changed, 1 insertions, 1 deletions
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