From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22432 invoked by alias); 16 Jan 2008 16:17:45 -0000 Received: (qmail 22417 invoked by uid 22791); 16 Jan 2008 16:17:44 -0000 X-Spam-Check-By: sourceware.org Received: from server7.nfra.nl (HELO server7.nfra.nl) (192.87.1.57) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 16 Jan 2008 16:17:27 +0000 Received: from jop31.nfra.nl ([10.87.10.31]) by server7.nfra.nl with ESMTP; Wed, 16 Jan 2008 17:17:18 +0100 Received: from jop31.nfra.nl (localhost [127.0.0.1]) by jop31.nfra.nl (8.13.1/8.12.7/SuSE Linux 0.6) with ESMTP id m0GGHFoc020995; Wed, 16 Jan 2008 17:17:15 +0100 Received: (from kettenis@localhost) by jop31.nfra.nl (8.13.1/8.13.1/Submit) id m0GGHETX020992; Wed, 16 Jan 2008 17:17:14 +0100 Date: Wed, 16 Jan 2008 16:17:00 -0000 Message-Id: <200801161617.m0GGHETX020992@jop31.nfra.nl> From: Mark Kettenis To: bauerman@br.ibm.com CC: gdb-patches@sourceware.org In-reply-to: <1200499218.32125.4.camel@localhost.localdomain> (message from Thiago Jung Bauermann on Wed, 16 Jan 2008 14:00:18 -0200) Subject: Re: [RFA] Rename decimal_to_double References: <200801161416.m0GEG9bs020645@jop31.nfra.nl> <1200499218.32125.4.camel@localhost.localdomain> 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: 2008-01/txt/msg00407.txt.bz2 > From: Thiago Jung Bauermann > Date: Wed, 16 Jan 2008 14:00:18 -0200 > > On Wed, 2008-01-16 at 15:16 +0100, Mark Kettenis wrote: > > The attached patch renames the function to decimal_to_doublest to > > avoid the collision. > > > > ok? > > I wrote that code, but I'm no maintainer. Having said that, it's fine by > me. Gooed enough for me ;). Thanks!