From 378817d367442e734cac13c9665fa6c2f1a09f08 Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 10 Feb 2005 22:19:32 +0000 Subject: [PATCH] - Fixed bug #31920 (zend_strtod.c error: conflicting types for 'int8_t') --- Zend/zend_strtod.c | 4 ---- configure.in | 1 - 2 files changed, 5 deletions(-) diff --git a/Zend/zend_strtod.c b/Zend/zend_strtod.c index 4891c33666..cd60232c1b 100644 --- a/Zend/zend_strtod.c +++ b/Zend/zend_strtod.c @@ -134,10 +134,6 @@ typedef unsigned long int uint32_t; #define IEEE_LITTLE_ENDIAN #endif -#ifdef HAVE_SYS_BITYPES_H -#include -#endif - #define Long int32_t #define ULong uint32_t diff --git a/configure.in b/configure.in index ff43fd56a1..96d8076829 100644 --- a/configure.in +++ b/configure.in @@ -402,7 +402,6 @@ stdlib.h \ string.h \ syslog.h \ sysexits.h \ -sys/bitypes.h \ sys/ioctl.h \ sys/file.h \ sys/mman.h \ -- 2.40.0