unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* On Emacs cleanup
@ 2010-05-19  9:34 Angelo Graziosi
  0 siblings, 0 replies; only message in thread
From: Angelo Graziosi @ 2010-05-19  9:34 UTC (permalink / raw)
  To: Emacs

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.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-19  9:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-19  9:34 On Emacs cleanup Angelo Graziosi

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).