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