Mercurial > emacs
changeset 96609:e592a5426865
Fix logic in last change.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Fri, 11 Jul 2008 11:39:49 +0000 |
parents | 127e54f8220e |
children | 34b9eb706234 |
files | src/ChangeLog src/lisp.h |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Jul 11 11:20:21 2008 +0000 +++ b/src/ChangeLog Fri Jul 11 11:39:49 2008 +0000 @@ -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.
--- a/src/lisp.h Fri Jul 11 11:20:21 2008 +0000 +++ b/src/lisp.h Fri Jul 11 11:39:49 2008 +0000 @@ -163,7 +163,7 @@ /* 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