www.delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Date: | Mon, 30 May 2005 14:42:41 -0400 |
From: | Christopher Faylor <cgf-no-personal-reply-please AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: usr/include/stdint.h fix |
Message-ID: | <20050530184241.GC15421@trixie.casa.cgf.cx> |
Reply-To: | cygwin AT cygwin DOT com |
References: | <d7dpo7$jum$1 AT sea DOT gmane DOT org> |
Mime-Version: | 1.0 |
In-Reply-To: | <d7dpo7$jum$1@sea.gmane.org> |
User-Agent: | Mutt/1.5.8i |
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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |