unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Tim Van Holder" <tim.vanholder@gmail.com>
To: emacs-devel@gnu.org
Subject: emacs.c broken by revision 1.435
Date: Wed, 23 Jul 2008 09:24:54 +0200	[thread overview]
Message-ID: <d69e7f6a0807230024i7e136bd2x80620dc3fb1569de@mail.gmail.com> (raw)

The "LINUX_SBRK_BUG" condition was incorrectly replaced with

#if (GNU_LINUX) && __GNU_LIBRARY__ - 0 < 6
  __sbrk (1);
#endif

instead of

#if defined (GNU_LINUX) && __GNU_LIBRARY__ - 0 < 6
  __sbrk (1);
#endif

resulting in a broken build.

I'm also not quite certain why a condition that was only present in an
Alpha header is now being used for all platforms. But I suppose the
__sbrk call is sufficiently harmless?




             reply	other threads:[~2008-07-23  7:24 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-23  7:24 Tim Van Holder [this message]
2008-07-23  7:37 ` emacs.c broken by revision 1.435 Miles Bader
2008-07-23  7:50   ` Yavor Doganov
2008-07-23  8:48 ` David Kastrup
2008-07-23  8:59   ` Miles Bader
2008-07-23  9:01   ` Juanma Barranquero
2008-07-23  9:21     ` David Kastrup
2008-07-23 10:49       ` Juanma Barranquero
2008-07-23 10:04   ` Jason Rumney
2008-07-23 19:57 ` Stefan Monnier
2008-07-23 20:51   ` Dan Nicolaescu

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=d69e7f6a0807230024i7e136bd2x80620dc3fb1569de@mail.gmail.com \
    --to=tim.vanholder@gmail.com \
    --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).