Re: usr/include/stdint.h fix

2005-05-30 Thread Beman Dawes
"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

Re: usr/include/stdint.h fix

2005-05-30 Thread Christopher Faylor
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