Ben Pfaff <[EMAIL PROTECTED]> writes:
> Simon Josefsson <[EMAIL PROTECTED]> writes:
>
>> has ULONG_MAX in limits.h but not in stdlib.h. I believe C89 it to be
>> in stdlib.h.
>
> I don't think so. In a quick search through C99, I only saw
> ULONG_MAX mentioned as being defined in . I don't
> th
Simon Josefsson <[EMAIL PROTECTED]> writes:
> has ULONG_MAX in limits.h but not in stdlib.h. I believe C89 it to be
> in stdlib.h.
I don't think so. In a quick search through C99, I only saw
ULONG_MAX mentioned as being defined in . I don't
think C89 was different.
--
"[Modern] war is waged b
Solaris:
SunOS sparc-solaris1 5.9 Generic_112233-03 sun4u sparc SUNW,Ultra-60
has ULONG_MAX in limits.h but not in stdlib.h. I believe C89 it to be
in stdlib.h.
Could we work around this in gnulib? How? Test for ULONG_MAX in
stdlib.h, and if it is not there, but it is in limits.h, include
lim