[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/lisp.h,v
From: |
Andreas Schwab |
Subject: |
[Emacs-diffs] Changes to emacs/src/lisp.h,v |
Date: |
Fri, 11 Jul 2008 11:39:50 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Andreas Schwab <schwab> 08/07/11 11:39:49
Index: lisp.h
===================================================================
RCS file: /sources/emacs/emacs/src/lisp.h,v
retrieving revision 1.629
retrieving revision 1.630
diff -u -b -r1.629 -r1.630
--- lisp.h 11 Jul 2008 02:29:41 -0000 1.629
+++ lisp.h 11 Jul 2008 11:39:49 -0000 1.630
@@ -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
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Jason Rumney, 2008/07/02
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Kenichi Handa, 2008/07/03
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Dan Nicolaescu, 2008/07/10
- [Emacs-diffs] Changes to emacs/src/lisp.h,v,
Andreas Schwab <=
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Dan Nicolaescu, 2008/07/11
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Adrian Robert, 2008/07/15
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Dan Nicolaescu, 2008/07/16
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Dan Nicolaescu, 2008/07/17
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Miles Bader, 2008/07/17
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Adrian Robert, 2008/07/19
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Dan Nicolaescu, 2008/07/27
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Andreas Schwab, 2008/07/28