emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r117936: * lisp.h (toplevel) [!USE_STACK_LISP_OBJECT


From: Dmitry Antipov
Subject: [Emacs-diffs] trunk r117936: * lisp.h (toplevel) [!USE_STACK_LISP_OBJECTS]: Fix poorly nested
Date: Wed, 24 Sep 2014 13:43:57 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117936
revision-id: address@hidden
parent: address@hidden
author: Ken Brown <address@hidden>
committer: Dmitry Antipov <address@hidden>
branch nick: trunk
timestamp: Wed 2014-09-24 17:42:42 +0400
message:
  * lisp.h (toplevel) [!USE_STACK_LISP_OBJECTS]: Fix poorly nested
  conditions (Bug#18544).
modified:
  src/lisp.h                     lisp.h-20091113204419-o5vbwnq5f7feedwu-253
=== modified file 'src/lisp.h'
--- a/src/lisp.h        2014-09-24 11:59:13 +0000
+++ b/src/lisp.h        2014-09-24 13:42:42 +0000
@@ -289,10 +289,10 @@
    describes an issues with 32-bit MS-Windows.  */
 #ifndef USE_STACK_LISP_OBJECTS
 # if defined (GNU_LINUX) && defined (__GNUC__) && !defined (__clang__)
-#   define USE_STACK_LISP_OBJECTS true
+#  define USE_STACK_LISP_OBJECTS true
+# else
+#  define USE_STACK_LISP_OBJECTS false
 # endif
-#else
-# define USE_STACK_LISP_OBJECTS false
 #endif
 
 #if defined HAVE_STRUCT_ATTRIBUTE_ALIGNED && USE_STACK_LISP_OBJECTS


reply via email to

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