Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com From: "Beman Dawes" Subject: Re: usr/include/stdint.h fix Date: Mon, 30 May 2005 22:53:09 -0400 Lines: 28 Message-ID: References: <20050530184241 DOT GC15421 AT trixie DOT casa DOT cgf DOT cx> X-RFC2646: Format=Flowed; Original X-IsSubscribed: yes "Christopher Faylor" wrote in message news:20050530184241 DOT GC15421 AT trixie DOT casa DOT cgf DOT cx... > 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. Yep. I was using a version from March. An update cleared the problem. Thanks, --Beman -- 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/