From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24686 invoked by alias); 5 Feb 2002 19:38:52 -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 24529 invoked from network); 5 Feb 2002 19:38:40 -0000 Received: from unknown (HELO mail-out2.apple.com) (17.254.0.51) by sources.redhat.com with SMTP; 5 Feb 2002 19:38:40 -0000 Received: from mailgate1.apple.com (A17-128-100-225.apple.com [17.128.100.225]) by mail-out2.apple.com (8.11.3/8.11.3) with ESMTP id g15Jcd712206 for ; Tue, 5 Feb 2002 11:38:40 -0800 (PST) Received: from scv3.apple.com (scv3.apple.com) by mailgate1.apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id ; Tue, 5 Feb 2002 11:38:19 -0800 Received: from apple.com (il0204a-dhcp35.apple.com [17.202.45.163]) by scv3.apple.com (8.11.3/8.11.3) with ESMTP id g15JcdA21159; Tue, 5 Feb 2002 11:38:39 -0800 (PST) Message-ID: <3C6034B6.38CB7252@apple.com> Date: Tue, 05 Feb 2002 11:38:00 -0000 From: Stan Shebs X-Mailer: Mozilla 4.77C-CCK-MCD {C-UDP; EBM-APPLE} (Macintosh; U; PPC) X-Accept-Language: en MIME-Version: 1.0 To: Nick Clifton CC: gdb-patches@sources.redhat.com Subject: Re: Confusion over the definition of 'bool' in rdi-share/host.h References: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00127.txt.bz2 Nick Clifton wrote: > > I am not sure if we are allowed to modify rdi-share/host.h, it > appears to be copyright to ARM, but if we are, then may I submit the > following patch to undefine bool before it is used ? We do whatever we want to rdi-share/*. My personal vote is to delete it and start over... :-) Stan