From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: lorentey@elte.hu (=?iso-8859-2?q?L=F5rentey_K=E1roly?=) Newsgroups: gmane.emacs.devel Subject: Re: Updated multi-tty support for Emacs Date: Sat, 03 Jan 2004 18:13:58 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1073150651 12642 80.91.224.253 (3 Jan 2004 17:24:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 3 Jan 2004 17:24:11 +0000 (UTC) Cc: Andreas Schwab , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Jan 03 18:24:04 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AcpVM-0003Dn-00 for ; Sat, 03 Jan 2004 18:24:04 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AcpVM-0003YM-00 for ; Sat, 03 Jan 2004 18:24:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AcqPZ-00010t-Jq for emacs-devel@quimby.gnus.org; Sat, 03 Jan 2004 13:22:09 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AcqPO-000105-0k for emacs-devel@gnu.org; Sat, 03 Jan 2004 13:21:58 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AcqNX-0000XJ-PZ for emacs-devel@gnu.org; Sat, 03 Jan 2004 13:20:35 -0500 Original-Received: from [157.181.150.146] (helo=eris.elte.hu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AcqJ7-0007e2-BR; Sat, 03 Jan 2004 13:15:29 -0500 Original-Received: by eris.elte.hu (Postfix, from userid 1000) id 07B7B7FB26; Sat, 3 Jan 2004 18:13:58 +0100 (CET) Original-To: David Kastrup In-Reply-To: (David Kastrup's message of "03 Jan 2004 13:52:46 +0100") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18973 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18973 David Kastrup writes: > lorentey@elte.hu (L=F5rentey K=E1roly) writes: >> (I suspect I may have inadvertently used some GCC extensions >> (conditional lvalues) -- tell me if you succeed to compile the >> branch with another compiler.) > > Conditional lvalues _are_ a GNU extension. Yep, I know; I suspect I may have accidently used some rvalue macros like FRAME_TTY as lvalues. I tried not to, but you never know. Is there a gcc option to disable these cumbersome non-portable extensions? I will try a recompilation with -pedantic tomorrow, to see what happens. --=20 K=E1roly