From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26374 invoked by alias); 22 May 2009 06:05:57 -0000 Received: (qmail 26365 invoked by uid 22791); 22 May 2009 06:05:57 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 22 May 2009 06:05:52 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id CE7E42BAC16; Fri, 22 May 2009 02:05:49 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 7HBotvIb9xjf; Fri, 22 May 2009 02:05:49 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 053EB2BABA5; Fri, 22 May 2009 02:05:49 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 7B5DCF5965; Fri, 22 May 2009 08:05:45 +0200 (CEST) Date: Fri, 22 May 2009 06:05:00 -0000 From: Joel Brobecker To: gdb-patches ml , Hui Zhu Subject: Re: [Prec/RFA] fix build error of prec in cygwin Message-ID: <20090522060545.GA15680@adacore.com> References: <20090518153510.GA23052@ednor.casa.cgf.cx> <20090521152621.GA27524@ednor.casa.cgf.cx> <20090521173804.GA27866@ednor.casa.cgf.cx> <20090522004623.GI28993@ednor.casa.cgf.cx> <20090522041341.GA13509@ednor.casa.cgf.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090522041341.GA13509@ednor.casa.cgf.cx> User-Agent: Mutt/1.5.18 (2008-05-17) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-05/txt/msg00481.txt.bz2 > "%zu" Are we allowed to use %z? (I thought that %z is C99, but I don't have a C90 manual to double-check) -- Joel