From ca715a05e56761ee891395663b53ddfc45c77bdb Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Sat, 15 Apr 2006 12:54:26 +0000 Subject: [PATCH] MF51: fix #37062 (compile failure on ARM architecture) --- Zend/zend_strtod.c | 1 + 1 file changed, 1 insertion(+) 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__ -- 2.50.1