From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: The bootstrap of Emacs on Cygwin is broken [Is also: unicode branch is merged to trunk] Date: Tue, 27 May 2008 23:06:07 -0400 Message-ID: References: <47A381C7.3000003@alice.it> <47A4C54D.5000602@alice.it> <47A4DEC0.8040406@alice.it> <47A5872A.2030601@alice.it> <47A62BFF.6040806@gnu.org> <47A62EBB.80404@alice.it> <47A6CF4A.9050805@alice.it> <47A6EA5D.8020707@alice.it> <47A7C57C.2050402@alice.it> <47A8367D.60803@alice.it> <17503984.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1211943987 2674 80.91.229.12 (28 May 2008 03:06:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 May 2008 03:06:27 +0000 (UTC) Cc: Emacs-devel@gnu.org To: Jashy Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 28 05:07:08 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 1K1C0I-0008AL-Fp for ged-emacs-devel@m.gmane.org; Wed, 28 May 2008 05:07:06 +0200 Original-Received: from localhost ([127.0.0.1]:54091 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1BzX-0003GD-28 for ged-emacs-devel@m.gmane.org; Tue, 27 May 2008 23:06:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K1BzT-0003G7-Gk for emacs-devel@gnu.org; Tue, 27 May 2008 23:06:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K1BzS-0003Fv-0e for Emacs-devel@gnu.org; Tue, 27 May 2008 23:06:14 -0400 Original-Received: from [199.232.76.173] (port=32922 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1BzR-0003Fs-Qv for Emacs-devel@gnu.org; Tue, 27 May 2008 23:06:13 -0400 Original-Received: from 206-248-174-248.dsl.teksavvy.com ([206.248.174.248]:35139 helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K1BzR-00057i-DP for Emacs-devel@gnu.org; Tue, 27 May 2008 23:06:13 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 9164EB41E2; Tue, 27 May 2008 23:06:07 -0400 (EDT) In-Reply-To: <17503984.post@talk.nabble.com> (Jashy's message of "Tue, 27 May 2008 19:15:21 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:97863 Archived-At: >> --- sheap.c.orig 2008-01-08 21:44:26.000000000 +0100 >> +++ sheap.c 2008-02-04 21:37:57.234375000 +0100 >> @@ -26,7 +26,11 @@ >> >> #include >> >> -#define STATIC_HEAP_SIZE (12 * 1024 * 1024) >> +#ifdef CYGWIN According to the first 2 lines of sheap.c, this file is specific to cygwin, so there's no need to "#ifdef CYGWIN". Stefan