blob: 0231727c33f34c1291424ab338a70858ccc05092 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- php-5.0.5/Zend/zend_strtod.c~ 2005-10-10 19:58:06.000000000 -0700
+++ php-5.0.5/Zend/zend_strtod.c 2005-10-10 20:21:35.000000000 -0700
@@ -130,6 +130,7 @@
* but the word order is big endian.
*/
#define IEEE_BIG_ENDIAN
+#undef IEEE_LITTLE_ENDIAN
#endif
#ifdef __vax__
|