From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yavor Doganov Newsgroups: gmane.emacs.devel Subject: Re: emacs.c broken by revision 1.435 Date: Wed, 23 Jul 2008 10:50:16 +0300 Organization: The GNU Emacs Church (Bulgarian eparchy) Message-ID: <87vdyxhwef.GNU's_Not_Unix!%yavor@gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1216799452 5370 80.91.229.12 (23 Jul 2008 07:50:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Jul 2008 07:50:52 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 23 09:51:38 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KLZ8G-0000ZR-Jm for ged-emacs-devel@m.gmane.org; Wed, 23 Jul 2008 09:51:32 +0200 Original-Received: from localhost ([127.0.0.1]:48036 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLZ7N-0003YQ-Dp for ged-emacs-devel@m.gmane.org; Wed, 23 Jul 2008 03:50:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLZ7I-0003Xj-Hx for emacs-devel@gnu.org; Wed, 23 Jul 2008 03:50:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLZ7F-0003XC-VF for emacs-devel@gnu.org; Wed, 23 Jul 2008 03:50:32 -0400 Original-Received: from [199.232.76.173] (port=43350 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLZ7F-0003X9-Se for emacs-devel@gnu.org; Wed, 23 Jul 2008 03:50:29 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:8816) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KLZ7F-0006cq-3U for emacs-devel@gnu.org; Wed, 23 Jul 2008 03:50:29 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLZ7E-0003F1-Bt for emacs-devel@gnu.org; Wed, 23 Jul 2008 03:50:28 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KLZ7C-0000qU-Vb for emacs-devel@gnu.org; Wed, 23 Jul 2008 07:50:27 +0000 Original-Received: from 213.91.219.2 ([213.91.219.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Jul 2008 07:50:26 +0000 Original-Received: from yavor by 213.91.219.2 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Jul 2008 07:50:26 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 11 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 213.91.219.2 In-Reply-To: User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.2 (i486-pc-linux-gnu) MULE/5.0 (SAKAKI) X-Jabber-ID: doganov@jabber.minus273.org X-detected-kernel: by mx20.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:101288 Archived-At: Miles Bader wrote: > "Tim Van Holder" writes: > > The "LINUX_SBRK_BUG" condition was incorrectly replaced with > > > > #if (GNU_LINUX) && __GNU_LIBRARY__ - 0 < 6 > > Why does the first result in a broken build? With GCC 4.3.1 on GNU/Linux: emacs.c:830:15: error: missing expression between '(' and ')'