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:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user