From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5083 invoked by alias); 12 May 2009 08:06:31 -0000 Received: (qmail 5073 invoked by uid 22791); 12 May 2009 08:06:30 -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; Tue, 12 May 2009 08:06:24 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 950AC2BABEC for ; Tue, 12 May 2009 04:06:22 -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 GwtiHxW--sAb for ; Tue, 12 May 2009 04:06:22 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 6349D2BAB9E for ; Tue, 12 May 2009 04:06:22 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 4C6E3F5905; Tue, 12 May 2009 10:06:20 +0200 (CEST) Date: Tue, 12 May 2009 08:06:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [RFA] Fix typo in type of parameter "w" in print_wchar... Message-ID: <20090512080620.GC7584@adacore.com> References: <20090425003658.GA32745@adacore.com> <200904250849.n3P8n5BU002469@brahms.sibelius.xs4all.nl> <20090507183753.GE659@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090507183753.GE659@adacore.com> 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/msg00237.txt.bz2 > 2009-05-07 Joel Brobecker > > * c-lang.c (print_wchar): Convert w into a gdb_wchar_t before > pushing it on the output obstack. FYI: Checked in. -- Joel