aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>2008-07-11 11:39:49 +0000
committerAndreas Schwab <[email protected]>2008-07-11 11:39:49 +0000
commit7e770c85dae17a39c39121302f09d4e52ef44890 (patch)
tree609e885ccd522d0b8523d42fcbaf6a90bf239658 /src/lisp.h
parente7c9048f9d548c4dd01853692dfec74d514b5820 (diff)
Fix logic in last change.
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 25a5729237..86c5cac319 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -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