From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6423 invoked by alias); 5 Feb 2003 06:01:28 -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 6414 invoked from network); 5 Feb 2003 06:01:27 -0000 Received: from unknown (HELO zenia.red-bean.com) (66.244.67.22) by 172.16.49.205 with SMTP; 5 Feb 2003 06:01:27 -0000 Received: from zenia.red-bean.com (localhost.localdomain [127.0.0.1]) by zenia.red-bean.com (8.12.5/8.12.5) with ESMTP id h155qV8A013434; Wed, 5 Feb 2003 00:52:31 -0500 Received: (from jimb@localhost) by zenia.red-bean.com (8.12.5/8.12.5/Submit) id h155qVFX013430; Wed, 5 Feb 2003 00:52:31 -0500 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [ob] Eliminate never-defined macros References: <3E405355.8030001@redhat.com> From: Jim Blandy Date: Wed, 05 Feb 2003 06:01:00 -0000 In-Reply-To: <3E405355.8030001@redhat.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.92 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-02/txt/msg00171.txt.bz2 Andrew Cagney writes: > Neither MPW nor IS_TRAPPED_INTERNALVAR are defined in GDB. Thiz zapps > the #ifdef code/comments that refered to them. Isn't MPW something #defined by the Macintosh Programmer's Workbench toolchain, like __GCC__? (Not that it shouldn't be removed as obsolete; I just suspect the the rationale is wrong.)