qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Comment for Solaris fix for the HPTC


From: Johannes Schindelin
Subject: Re: [Qemu-devel] Comment for Solaris fix for the HPTC
Date: Sat, 15 Sep 2007 23:23:04 +0100 (BST)

Hi Ben,

On Sat, 15 Sep 2007, Ben Taylor wrote:

> +#ifdef __sun__
> +/* Have to define this for Solaris as ULONG_LONG_MAX is not defined
> +   anywhere.  ULONG_MAX is correct only on _LP64 systems */
> +#define ULONG_LONG_MAX 18446744073709551615UL
> +#endif
> +

These constants are always defined, right?  So why not "#ifndef 
ULONG_LONG_MAX"?

Ciao,
Dscho





reply via email to

[Prev in Thread] Current Thread [Next in Thread]