1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 20:53:00 +02:00

- MFH: Fixed bug #30779 (Compile of Zend/zend_strtod.c fails on Sparc)

This commit is contained in:
Derick Rethans
2004-11-15 19:26:57 +00:00
parent fcf9c0892d
commit 6b97f4e98c

View File

@@ -126,6 +126,10 @@ static char *rcsid = "$OpenBSD: strtod.c,v 1.19 2004/02/03 16:52:11 drahn Exp $"
#define IEEE_LITTLE_ENDIAN
#endif
#if defined(__sparc__)
#define u_int32_t uint32_t
#endif
#define Long int32_t
#define ULong u_int32_t