]> granicus.if.org Git - php/commitdiff
- Fixed bug #31920 (zend_strtod.c error: conflicting types for 'int8_t')
authorfoobar <sniper@php.net>
Thu, 10 Feb 2005 22:19:32 +0000 (22:19 +0000)
committerfoobar <sniper@php.net>
Thu, 10 Feb 2005 22:19:32 +0000 (22:19 +0000)
Zend/zend_strtod.c
configure.in

index 4891c336665814a837a511018c80c2ba282449fc..cd60232c1b032f4a260043b4d2286ed67f2e6a6b 100644 (file)
@@ -134,10 +134,6 @@ typedef unsigned long int uint32_t;
 #define IEEE_LITTLE_ENDIAN
 #endif
 
-#ifdef HAVE_SYS_BITYPES_H
-#include <sys/bitypes.h>
-#endif
-
 #define Long   int32_t
 #define ULong  uint32_t
 
index ff43fd56a10eb6ace4e255790a3e742d201c561f..96d807682953e7b50c510a864ce1ad4c63f82e75 100644 (file)
@@ -402,7 +402,6 @@ stdlib.h \
 string.h \
 syslog.h \
 sysexits.h \
-sys/bitypes.h \
 sys/ioctl.h \
 sys/file.h \
 sys/mman.h \