emacs-devel
[Top][All Lists]
Advanced

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

On Emacs cleanup


From: Angelo Graziosi
Subject: On Emacs cleanup
Date: Wed, 19 May 2010 11:34:08 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4

I am seeing, these days, there are a lot of cleanup and restructuring in Emacs trunk. The following is not much important, anyway I want to flag it.

They are a few year I build Emacs on Cygwin with this patch:

==========
diff -Naur emacs.orig/src/sheap.c emacs/src/sheap.c
--- emacs.orig/src/sheap.c      2009-10-19 17:14:39.000000000 +0200
+++ emacs/src/sheap.c   2009-10-23 00:01:57.187500000 +0200
@@ -41,9 +41,7 @@
   if (!bss_sbrk_ptr)
     {
       bss_sbrk_ptr = bss_sbrk_buffer;
-#ifdef CYGWIN
       sbrk (BLOCKSIZE);                /* force space for fork to work */
-#endif
     }

   if (!(int) request_size)
==========

It is very simple, and was born by the fact that someone, on this list, suggested me that the file src/sheap.c is used only in the Cygwin build.

If you can confirm that, perhaps applying the above patch could contribute to the cleanup :-)

Ciao,
Angelo.



reply via email to

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