From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: /srv/bzr/emacs/trunk r109223: Utility function to make a list from specified amount of objects. Date: Fri, 27 Jul 2012 12:25:57 +0300 Message-ID: <83a9ylk122.fsf@gnu.org> References: <50123904.9040005@gmx.at> <501249A3.1090103@yandex.ru> <50124F71.6030103@gmx.at> <83boj1k1k9.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1343381186 24100 80.91.229.3 (27 Jul 2012 09:26:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 27 Jul 2012 09:26:26 +0000 (UTC) To: andrewjmoreton@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 27 11:26:26 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SugoS-0007Lc-CQ for ged-emacs-devel@m.gmane.org; Fri, 27 Jul 2012 11:26:24 +0200 Original-Received: from localhost ([::1]:56564 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SugoR-0000UU-NT for ged-emacs-devel@m.gmane.org; Fri, 27 Jul 2012 05:26:23 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SugoL-0000UJ-10 for emacs-devel@gnu.org; Fri, 27 Jul 2012 05:26:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SugoF-00017I-BV for emacs-devel@gnu.org; Fri, 27 Jul 2012 05:26:16 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:35269) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SugoF-000177-3W for emacs-devel@gnu.org; Fri, 27 Jul 2012 05:26:11 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M7T00B00BIWDJ00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Fri, 27 Jul 2012 12:25:51 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M7T00B8SBJ33E50@a-mtaout22.012.net.il>; Fri, 27 Jul 2012 12:25:51 +0300 (IDT) In-reply-to: <83boj1k1k9.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:151910 Archived-At: > Date: Fri, 27 Jul 2012 12:15:02 +0300 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org > > > From: Andy Moreton > > Date: Fri, 27 Jul 2012 10:12:00 +0100 > > > > On Fri 27 Jul 2012, martin rudalics wrote: > > > > >> Two obvious typos are fixed in 109225. > > > > > > I already fixed those here but am still getting: > > > > > > w32fns.c: In function 'syms_of_w32fns': > > > w32fns.c:6797:13: error: expected expression before ',' token > > > make[1]: *** [oo/i386/w32fns.o] Error 1 > > > make[1]: Leaving directory `c:/emacs/trunk/src' > > > make: *** [all-other-dirs-gmake] Error 2 > > > > > > martin > > > > I see this with MinGw gcc 4.6.1, because mingw include/basetyps.h this > > at line 71: > > > > # define PURE > > > > The #defines for listn should use a longer name that does not clash with > > Windows headers. > > Yes. I'm fixing this as we speak. Should be fixed now, please check.