From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29704 invoked by alias); 10 Dec 2002 09:01:43 -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 29660 invoked from network); 10 Dec 2002 09:01:42 -0000 Received: from unknown (HELO cerbere.u-strasbg.fr) (130.79.112.250) by sources.redhat.com with SMTP; 10 Dec 2002 09:01:42 -0000 Received: from laocoon.ics.u-strasbg.fr (laocoon.u-strasbg.fr [130.79.112.72]) by cerbere.u-strasbg.fr (Postfix) with ESMTP id 91F602C235D; Tue, 10 Dec 2002 10:07:49 +0100 (CET) Message-Id: <5.0.2.1.2.20021210095420.02844700@ics.u-strasbg.fr> X-Sender: muller@ics.u-strasbg.fr Date: Tue, 10 Dec 2002 07:46:00 -0000 To: David Carlton , gdb-patches@sources.redhat.com From: Pierre Muller Subject: Re: [rfa] rename p-exp.y's TRUE/FALSE Cc: bemis , clp In-Reply-To: References: <3DF217D9.57B25A10@iol.unh.edu> <3DF217D9.57B25A10@iol.unh.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-SW-Source: 2002-12/txt/msg00320.txt.bz2 At 21:37 09/12/2002, David Carlton wrote: >In p-exp.y there are tokens TRUE and FALSE; a recent change to bfd.h >also created defines named TRUE and FALSE. This might cause silent >problems and one user has reported that this causes actual compilation >problems (it depends on which order the defines happen in). > >This patch renames the tokens to TRUEKEYWORD and FALSEKEYWORD, >following the lead of c-exp.y. I prepared the similar patch yesterday that used PASCAL_TRUE and PASCAL_FALSE in analogy to the m2-exp.y file.... But I could not connect to sources.redhat.com yeterday. Was the machine down or was it just that there was no route to it from where I am? Anyhow, your patch is just as good as mine, so no need to change this.