From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22078 invoked by alias); 23 Feb 2006 20:03:28 -0000 Received: (qmail 22069 invoked by uid 22791); 23 Feb 2006 20:03:28 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 23 Feb 2006 20:03:27 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k1NK2pnB006634; Thu, 23 Feb 2006 21:02:51 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id k1NK2pc8012218; Thu, 23 Feb 2006 21:02:51 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id k1NK2pAW013013; Thu, 23 Feb 2006 21:02:51 +0100 (CET) Date: Thu, 23 Feb 2006 20:18:00 -0000 Message-Id: <200602232002.k1NK2pAW013013@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: gdb-patches@sourceware.org In-reply-to: <20060223183224.GA30924@nevyn.them.org> (message from Daniel Jacobowitz on Thu, 23 Feb 2006 13:32:24 -0500) Subject: Re: [rfa] Add a prototype for tgetnum References: <20060223183224.GA30924@nevyn.them.org> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00437.txt.bz2 > Date: Thu, 23 Feb 2006 13:32:24 -0500 > From: Daniel Jacobowitz > > Right now a Win32 GDB fails to build because of the tgetnum ("li") call > in utils.c. This patch parallels why it works for readline, which doesn't > get a warning. > > Does anyone object? Looks ok to me. > 2006-02-23 Daniel Jacobowitz > > * gdb_curses.h: Provide a fallback prototype for tgetnum.