"Mark D. Baushke" <[EMAIL PROTECTED]> writes:

> I suspect it would be more portable to use this:
>
>     #ifndef SIZE_MAX
>     # define SIZE_MAX ((size_t)-1)
>     #endif

Yes, that's true.  There are several other deficiencies like that in
stdint_.h.

I wonder why stdint_.h diverges so much from glibc's stdint.h?  In
many cases stdint_.h has silly mistakes (e.g., not parenthesizing a
macro right-hand side) that are not in glibc.


_______________________________________________
bug-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnulib

Reply via email to