emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: The bootstrap of Emacs on Cygwin is broken [Is also: unicode branch


From: Stefan Monnier
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
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

>> --- 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 <unistd.h>
>> 
>> -#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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]