"Christopher Faylor" <[EMAIL PROTECTED]> wrote in
message news:[EMAIL PROTECTED]
> 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
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-wi
2 matches
Mail list logo