unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Dmitry Antipov <dmantipov@yandex.ru>
To: Ken Brown <kbrown@cornell.edu>
Cc: 18544@debbugs.gnu.org
Subject: bug#18544: 24.4.50; USE_STACK_LISP_OBJECTS change breaks the build on many platforms
Date: Wed, 24 Sep 2014 17:45:13 +0400	[thread overview]
Message-ID: <5422CAE9.5060409@yandex.ru> (raw)
In-Reply-To: <5422C5B3.8050508@cornell.edu>

On 09/24/2014 05:22 PM, Ken Brown wrote:

> bzr rev 117935 breaks the build on all platforms other than GNU/Linux.
> The following patch restores the code to what I think was intended:
>
> === modified file 'src/lisp.h'
> --- src/lisp.h  2014-09-24 11:59:13 +0000
> +++ src/lisp.h  2014-09-24 12:59:07 +0000
> @@ -290,9 +290,9 @@
>   #ifndef USE_STACK_LISP_OBJECTS
>   # if defined (GNU_LINUX) && defined (__GNUC__) && !defined (__clang__)
>   #   define USE_STACK_LISP_OBJECTS true
> +# else
> +#   define USE_STACK_LISP_OBJECTS false
>   # endif
> -#else
> -# define USE_STACK_LISP_OBJECTS false
>   #endif

Oops.  Surely you're right.  Should be fixed in 117936.

Dmitry






  reply	other threads:[~2014-09-24 13:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-24 13:22 bug#18544: 24.4.50; USE_STACK_LISP_OBJECTS change breaks the build on many platforms Ken Brown
2014-09-24 13:45 ` Dmitry Antipov [this message]
2014-09-24 14:13   ` Ken Brown

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=5422CAE9.5060409@yandex.ru \
    --to=dmantipov@yandex.ru \
    --cc=18544@debbugs.gnu.org \
    --cc=kbrown@cornell.edu \
    /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).