From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3583 invoked by alias); 24 Feb 2006 08:36:10 -0000 Received: (qmail 3575 invoked by uid 22791); 24 Feb 2006 08:36:10 -0000 X-Spam-Check-By: sourceware.org Received: from gandalf.inter.net.il (HELO gandalf.inter.net.il) (192.114.186.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 24 Feb 2006 08:36:09 +0000 Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id HYV10390; Fri, 24 Feb 2006 10:36:05 +0200 (IST) Received: from HOME-C4E4A596F7 (IGLD-83-130-198-86.inter.net.il [83.130.198.86]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CTU55150 (AUTH halo1); Fri, 24 Feb 2006 10:36:04 +0200 (IST) Date: Fri, 24 Feb 2006 08:38:00 -0000 Message-Id: From: Eli Zaretskii To: 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 Reply-to: Eli Zaretskii References: <20060223183224.GA30924@nevyn.them.org> X-IsSubscribed: yes 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/msg00458.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? Not me, this looks fine.