From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27183 invoked by alias); 12 Jun 2003 17:12:45 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 27130 invoked from network); 12 Jun 2003 17:12:45 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.131) by sources.redhat.com with SMTP; 12 Jun 2003 17:12:45 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 7A42B2B63; Thu, 12 Jun 2003 13:12:36 -0400 (EDT) Message-ID: <3EE8B484.5000302@redhat.com> Date: Thu, 12 Jun 2003 17:12:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Carlton Cc: gdb-patches@sources.redhat.com, ezannoni@redhat.com, jimb@redhat.com Subject: Re: [commit] remove DEPRECATED_SYMBOL_NAME uses from symtab.c References: <3EE8B108.7020306@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-06/txt/msg00424.txt.bz2 > No, it's still there, it's just defined as follows now: > > #define COMPLETION_LIST_ADD_SYMBOL(symbol, sym_text, len, text, word) \ > completion_list_add_name \ > (SYMBOL_NATURAL_NAME (symbol), (sym_text), (len), (text), (word)) > > One could argue the wisdom of keeping it around as a separate macro, > but that's a separate issue: all I wanted to do with that patch was > clean up deprecated stuff. Ah, thanks. I told you I had trouble reading unified diffs :-^ Andrew