emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117950: src/w32term.h (ALIGN_STACK): Fix a typo in


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r117950: src/w32term.h (ALIGN_STACK): Fix a typo in last commit.
Date: Thu, 25 Sep 2014 17:28:56 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117950
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/18559
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Thu 2014-09-25 20:28:48 +0300
message:
  src/w32term.h (ALIGN_STACK): Fix a typo in last commit.
modified:
  src/w32term.h                  w32term.h-20091113204419-o5vbwnq5f7feedwu-954
=== modified file 'src/w32term.h'
--- a/src/w32term.h     2014-09-25 09:34:53 +0000
+++ b/src/w32term.h     2014-09-25 17:28:48 +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 defined USE_STACK_LISP_OBJECTS && !defined _W64   \
   && __GNUC__ + (__GNUC_MINOR__ > 1) >= 5
 #  define ALIGN_STACK __attribute__((force_align_arg_pointer))
 # else


reply via email to

[Prev in Thread] Current Thread [Next in Thread]