Date: Fri, 23 Nov 2001 15:59:31 -0800 From: "David O'Brien" <obrien@freebsd.org> To: Alexey Zelkin <phantom@freebsd.org> Cc: alpha@freebsd.org, dfr@freebsd.org, peter@freebsd.org Subject: Re: strtod cleanup (patch) Message-ID: <20011123155930.B68993@dragon.nuxi.com> In-Reply-To: <20011122184818.A44229@ark.cris.net>; from phantom@freebsd.org on Thu, Nov 22, 2001 at 06:48:18PM %2B0200 References: <20011122184818.A44229@ark.cris.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Nov 22, 2001 at 06:48:18PM +0200, Alexey Zelkin wrote: > #if BYTE_ORDER == BIG_ENDIAN > #define IEEE_BIG_ENDIAN > #define Long int32_t > #define ULong u_int32_t > #else > #define IEEE_LITTLE_ENDIAN > #define Long long > #define ULong unsigned long > #endif Why is it we can't just usr our native u_intXX_t types? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011123155930.B68993>