summaryrefslogtreecommitdiff
path: root/Zend/zend_strtod.c
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2006-08-11 03:02:57 +0000
committerSVN Migration <svn@php.net>2006-08-11 03:02:57 +0000
commitefa64999fa3b0ba45dd7655b92949f0591094e7e (patch)
tree086a201e82f6b9c193c6f65331563f2d9a212595 /Zend/zend_strtod.c
parent91b6eb5f5cde8166da47ce5d83c8071d80eea393 (diff)
downloadphp-git-php-5.1.5RC1.tar.gz
This commit was manufactured by cvs2svn to create tag 'php_5_1_5RC1'.php-5.1.5RC1
Diffstat (limited to 'Zend/zend_strtod.c')
-rw-r--r--Zend/zend_strtod.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_strtod.c b/Zend/zend_strtod.c
index 3a469fd59c..3ad2c5f155 100644
--- a/Zend/zend_strtod.c
+++ b/Zend/zend_strtod.c
@@ -130,7 +130,6 @@ typedef unsigned long int uint32_t;
* but the word order is big endian.
*/
#define IEEE_BIG_ENDIAN
-#undef IEEE_LITTLE_ENDIAN
#endif
#ifdef __vax__