From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29882 invoked by alias); 9 Dec 2002 20:51:30 -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 29849 invoked from network); 9 Dec 2002 20:51:21 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by sources.redhat.com with SMTP; 9 Dec 2002 20:51:21 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id gB9KpAv27752; Mon, 9 Dec 2002 12:51:10 -0800 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Andrew Cagney Cc: gdb-patches@sources.redhat.com, muller@sources.redhat.com, bemis , clp Subject: Re: [rfa] rename p-exp.y's TRUE/FALSE References: <3DF217D9.57B25A10@iol.unh.edu> <3DF500F7.8050807@redhat.com> From: David Carlton Date: Mon, 09 Dec 2002 13:15:00 -0000 In-Reply-To: <3DF500F7.8050807@redhat.com> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-12/txt/msg00293.txt.bz2 On Mon, 09 Dec 2002 15:45:43 -0500, Andrew Cagney said: > I'll push this up towards BFD, loosing true/false is one changing, > `helpfully' defining TRUE/FALSE is a second. Yah. Especially since the defining is silent, so you might not even be aware of the problem (as those of us using Bison in this situation weren't): typedef int bfd_boolean; #undef FALSE #undef TRUE #define FALSE 0 #define TRUE 1 Oh, for a world without #define... > (yes, approved) Thanks, committed. David Carlton carlton@math.stanford.edu