all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Ken Brown <kbrown@cornell.edu>
Cc: 18562@debbugs.gnu.org
Subject: bug#18562: 24.4.50; More typos in recent w32term.h change
Date: Fri, 26 Sep 2014 10:07:26 +0300	[thread overview]
Message-ID: <83y4t6uafl.fsf@gnu.org> (raw)
In-Reply-To: <5424A1A5.3020402@cornell.edu>

> Date: Thu, 25 Sep 2014 19:13:41 -0400
> From: Ken Brown <kbrown@cornell.edu>
> 
> I think the following patch should be applied in order to (a) take 
> account of the fact that USE_STACK_LISP_OBJECTS is always defined in the 
> current lisp.h; and (b) exclude the 64-bit case on Cygwin.
> 
> === modified file 'src/w32term.h'
> --- src/w32term.h       2014-09-25 17:28:48 +0000
> +++ src/w32term.h       2014-09-25 23:05:35 +0000
> @@ -30,7 +30,7 @@
>      re-align the stack at function entry.  Further details about this
>      can be found in http://www.peterstock.co.uk/games/mingw_sse/.  */
>   #ifdef __GNUC__
> -# if defined USE_STACK_LISP_OBJECTS && !defined _W64   \
> +# if USE_STACK_LISP_OBJECTS && !defined _W64 && !defined __x86_64__    \
>     && __GNUC__ + (__GNUC_MINOR__ > 1) >= 5
>   #  define ALIGN_STACK __attribute__((force_align_arg_pointer))
>   # else

Thanks, committed.





  reply	other threads:[~2014-09-26  7:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-25 23:13 bug#18562: 24.4.50; More typos in recent w32term.h change Ken Brown
2014-09-26  7:07 ` Eli Zaretskii [this message]
2014-09-26 12:17   ` 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

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

  git send-email \
    --in-reply-to=83y4t6uafl.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=18562@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.