1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 15:38:49 +02:00

Removed extra space that causes problems for some compilers.

This commit is contained in:
Ilia Alshanetsky
2004-12-01 18:51:41 +00:00
parent 193bdf06d6
commit 916af07bc8
+1 -1
View File
@@ -97,7 +97,7 @@ static char *rcsid = "$OpenBSD: strtod.c,v 1.19 2004/02/03 16:52:11 drahn Exp $"
#if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \
defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \
defined(__powerpc__) || defined(__ppc__) || defined(__m88k__) || \
defined(__powerpc__) || defined(__ppc__) || defined(__m88k__) || \
defined(__hppa__) || defined(__x86_64__) || (defined(__arm__) && \
defined(__VFP_FP__))
#include <sys/types.h>