unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Angelo Graziosi <angelo.graziosi@alice.it>
To: Emacs <emacs-devel@gnu.org>
Subject: On Emacs cleanup
Date: Wed, 19 May 2010 11:34:08 +0200	[thread overview]
Message-ID: <4BF3B090.90607@alice.it> (raw)

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	other threads:[~2010-05-19  9:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BF3B090.90607@alice.it \
    --to=angelo.graziosi@alice.it \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).