From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 95284 invoked by alias); 19 May 2017 13:20:28 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 95253 invoked by uid 89); 19 May 2017 13:20:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:658 X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 19 May 2017 13:20:26 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dBhpQ-0005ZK-HN for gdb-patches@sourceware.org; Fri, 19 May 2017 09:20:27 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56516) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dBhpQ-0005ZF-EH; Fri, 19 May 2017 09:20:24 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4045 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dBhpO-00032T-Hb; Fri, 19 May 2017 09:20:23 -0400 Date: Fri, 19 May 2017 13:20:00 -0000 Message-Id: <83h90h2dbu.fsf@gnu.org> From: Eli Zaretskii To: Rainer Orth CC: palves@redhat.com, gdb-patches@sourceware.org In-reply-to: (message from Rainer Orth on Fri, 19 May 2017 14:50:06 +0200) Subject: Re: Fix tui compilation with Solaris libcurses (PR tui/21482) Reply-to: Eli Zaretskii References: <32521e83-00b5-e2a8-faff-03b5407cfc67@redhat.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00442.txt.bz2 > From: Rainer Orth > Cc: gdb-patches@sourceware.org > Date: Fri, 19 May 2017 14:50:06 +0200 > > I've checked in the cast part now. Here's the NOMACROS part for > gdb_curses.h. Tested as before on sparcv9-sun-solaris2.10 (curses) and > amd64-pc-solaris2.12 (ncurses). Ok too? I think this should be guarded by some OS-specific macro, so as not to affect other platforms, where the original problem doesn't exist. (I see 6 instances of these macros being tested in my ncurses headers, and I'm not on Solaris.) Who knows what new problems this could cause? Thanks.