From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31185 invoked by alias); 9 Feb 2002 16:44:24 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 31120 invoked from network); 9 Feb 2002 16:44:22 -0000 Received: from unknown (HELO localhost.redhat.com) (24.114.26.18) by sources.redhat.com with SMTP; 9 Feb 2002 16:44:22 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id CBABC3E6A; Sat, 9 Feb 2002 11:44:19 -0500 (EST) Message-ID: <3C6551E3.7060102@cygnus.com> Date: Sat, 09 Feb 2002 08:44:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Daniel Jacobowitz Cc: Kevin Buettner , gdb@sources.redhat.com Subject: Re: Remove true/false from GDB .... References: <3C645FE0.30201@cygnus.com> <1020208235440.ZM11963@localhost.localdomain> <20020209010337.A15324@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00162.txt.bz2 > > So would anyone object if we simply removed all of those? There is something of a policy decision here. What happens when someone submits new code using stdbool.h and ``true'' and ``false''? Is it rejected outright (....), or as happens now, suggest this may not be such a good idea after all. I guess all that can be done is for the rationale to be clearly documented. TRUE / FALSE probably fall into the same category. enjoy, Andrew