]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix logic in last change.
authorAndreas Schwab <schwab@suse.de>
Fri, 11 Jul 2008 11:39:49 +0000 (11:39 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 11 Jul 2008 11:39:49 +0000 (11:39 +0000)
src/ChangeLog
src/lisp.h

index 5c5e673f2c0733367fb9a1c54a9096f9d097b772..5b04cafced46e820b24f2c1a31b8d2ee9f7563e1 100644 (file)
@@ -1,5 +1,7 @@
 2008-07-11  Andreas Schwab  <schwab@suse.de>
 
+       * lisp.h: Fix logic in last change.
+
        * menu.h: New file.
        * menu.c: Include it.
        * xmenu.c: Likewise.
index 25a5729237d64c2421a5215e78620287e1660849..86c5cac319c929d7e276e730dec34fd2b49a6382 100644 (file)
@@ -163,7 +163,7 @@ extern void die P_((const char *, const char *, int)) NO_RETURN;
 /* We also need to be able to specify mult-of-8 alignment on static vars.  */
 # if defined DECL_ALIGN
 /* We currently do not support USE_LSB_TAG with a union Lisp_Object.  */
-#  if defined USE_LISP_UNION_TYPE
+#  ifndef USE_LISP_UNION_TYPE
 #   define USE_LSB_TAG
 #  endif
 # endif