From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31193 invoked by alias); 10 Dec 2002 16:01:50 -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 30476 invoked from network); 10 Dec 2002 16:01:32 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 10 Dec 2002 16:01:32 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id EDB473CFE; Tue, 10 Dec 2002 11:01:27 -0500 (EST) Message-ID: <3DF60FD7.5060308@redhat.com> Date: Tue, 10 Dec 2002 08:04:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pierre Muller Cc: David Carlton , gdb-patches@sources.redhat.com, bemis , clp Subject: Re: [rfa] rename p-exp.y's TRUE/FALSE References: <3DF217D9.57B25A10@iol.unh.edu> <3DF217D9.57B25A10@iol.unh.edu> <5.0.2.1.2.20021210095420.02844700@ics.u-strasbg.fr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-12/txt/msg00322.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? Yes, there was an a outage :-( Andrew