- MF43: Fixed bug #31107 (strtod on solaris9/intel)

This commit is contained in:
Derick Rethans 2004-12-16 13:06:58 +00:00
parent ce742b08b0
commit 16c6679125

View File

@ -127,7 +127,7 @@ 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__) || defined(__ppc__)
#if defined(__sparc__) || defined(__ppc__) || defined(__sun__)
#ifndef __linux__
#define u_int32_t uint32_t
#endif