From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12582 invoked by alias); 22 Jun 2003 13:18:25 -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 12560 invoked from network); 22 Jun 2003 13:18:25 -0000 Received: from unknown (HELO kraid.nerim.net) (62.4.16.100) by sources.redhat.com with SMTP; 22 Jun 2003 13:18:25 -0000 Received: from nerim.fr (stcarrez.net1.nerim.net [62.212.108.40]) by kraid.nerim.net (Postfix) with ESMTP id C6F6040E85; Sun, 22 Jun 2003 15:18:23 +0200 (CEST) Message-ID: <3EF5ACA0.2030308@nerim.fr> Date: Sun, 22 Jun 2003 13:18:00 -0000 From: Stephane Carrez User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [ob?] Fix the FIXME in TUI References: <20030621171046.GA8571@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-06/txt/msg00693.txt.bz2 Hi Daniel, Daniel Jacobowitz wrote: > I introduced this wart, so it falls to me to remove it - now that we have > TRUE/FALSE in BFD, we don't need to play games with ncurses.h or stdbool.h > any more. > > Unless someone objects, I'll commit this patch tomorrow. > Great! I was thinking of this cleanup recently too! Thanks, Stephane