]> granicus.if.org Git - php/commitdiff
MF51: fix #37062 (compile failure on ARM architecture)
authorAntony Dovgal <tony2001@php.net>
Sat, 15 Apr 2006 12:54:26 +0000 (12:54 +0000)
committerAntony Dovgal <tony2001@php.net>
Sat, 15 Apr 2006 12:54:26 +0000 (12:54 +0000)
Zend/zend_strtod.c

index f0a89b50a066116828fc3f9b92d3820fdf3d36bd..6c2c3ba560c52b127eab45fa7e4e421f77dcd8af 100644 (file)
@@ -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__