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: Jashy
Subject: Re: The bootstrap of Emacs on Cygwin is broken [Is also: unicode branch is merged to trunk]
Date: Tue, 27 May 2008 19:15:21 -0700 (PDT)

Seemly the patch does not enter into current emacs CVS.

I just tried the patch on Cygwin with current emacs CVS, PASS.


Angelo Graziosi-2 wrote:
> 
> ========================================================
> --- 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
> +  #define STATIC_HEAP_SIZE   (32 * 1024 * 1024)
> +#else
> +  #define STATIC_HEAP_SIZE   (12 * 1024 * 1024)
> +#endif
> 
>   int debug_sheap = 0;
> ========================================================
> 

-- 
View this message in context: 
http://www.nabble.com/The-bootstrap-of-Emacs-on-Cygwin-is-broken--Is-also%3A-unicode-branch-is-merged-to-trunk--tp15234948p17503984.html
Sent from the Emacs - Dev mailing list archive at Nabble.com.





reply via email to

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