From: Antony Dovgal Date: Sat, 15 Apr 2006 12:54:26 +0000 (+0000) Subject: MF51: fix #37062 (compile failure on ARM architecture) X-Git-Tag: RELEASE_1_3~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca715a05e56761ee891395663b53ddfc45c77bdb;p=php MF51: fix #37062 (compile failure on ARM architecture) --- diff --git a/Zend/zend_strtod.c b/Zend/zend_strtod.c index f0a89b50a0..6c2c3ba560 100644 --- a/Zend/zend_strtod.c +++ b/Zend/zend_strtod.c @@ -132,6 +132,7 @@ typedef unsigned long int uint32_t; * but the word order is big endian. */ #define IEEE_BIG_ENDIAN +#undef IEEE_LITTLE_ENDIAN #endif #ifdef __vax__