From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Received: (qmail 24704 invoked from network); 11 Jan 2003 18:31:31 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.209.173) by 209.249.29.67 with SMTP; 11 Jan 2003 18:31:31 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 132F33ED8; Sat, 11 Jan 2003 13:31:15 -0500 (EST) Message-ID: <3E2062F2.9000502@redhat.com> Date: Sat, 11 Jan 2003 18:31:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joel Brobecker Cc: gdb-patches@sources.redhat.com, Daniel Jacobowitz Subject: Re: [RFA] Replace SET_NAMESTRING macro by function in hpread.c References: <20030111093146.GL30359@gnat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00455.txt.bz2 > In the name of macros-are-evil, as suggested by AndrewC, I replaced > the SET_NAMESTRING macro by a function... > > 2003-01-10 J. Brobecker > > * hpread.c (set_namestring): New procedure replacing the > SET_NAMESTRING macro. > (hpread_build_psymtabs): Replace calls to SET_NAMESTRING > by calls to set_namestring. > > Ok to apply? It's obvious. With or with out the suggested stray paren cleanup. (Macro's are bad m'kay). Andrew