usr/include/stdint.h fix

Christopher Faylor cgf-no-personal-reply-please@cygwin.com
Mon May 30 21:21:00 GMT 2005


On Sun, May 29, 2005 at 09:22:56PM -0400, Beman Dawes wrote:
>usr/include/stdint.h beginning at line 177 reads:
>
>    /* Macros for greatest-width integer constant expressions */
>
>    #define INTMAX_C(x) x ## L
>    #define UINTMAX_C(x) x ## UL
>
>That should be:
>
>    /* Macros for greatest-width integer constant expressions */
>
>    #define INTMAX_C(x) x ## LL
>    #define UINTMAX_C(x) x ## ULL

Should be and already are in cygwin 1.5.17.  You must be using an
older version.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list