emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/lisp.h,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/lisp.h,v
Date: Fri, 11 Jul 2008 14:20:09 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/11 14:20:07

Index: lisp.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/lisp.h,v
retrieving revision 1.630
retrieving revision 1.631
diff -u -b -r1.630 -r1.631
--- lisp.h      11 Jul 2008 11:39:49 -0000      1.630
+++ lisp.h      11 Jul 2008 14:20:06 -0000      1.631
@@ -108,13 +108,6 @@
 
 #endif
 
-/* Used for making sure that Emacs is compilable in all
-   configurations.  */
-
-#ifdef USE_LISP_UNION_TYPE
-#undef NO_UNION_TYPE
-#endif
-
 /* Define an Emacs version of "assert", since some system ones are
    flaky.  */
 #ifndef ENABLE_CHECKING
@@ -127,6 +120,11 @@
 #endif
 #endif /* ENABLE_CHECKING */
 
+/* Define this to make Lisp_Object use a union type instead of the
+   default int.  FIXME: It might be better to add a flag to configure
+   to do this.  */
+/* #define USE_LISP_UNION_TYPE */
+
 /***** Select the tagging scheme.  *****/
 /* There are basically two options that control the tagging scheme:
    - USE_LISP_UNION_TYPE says that Lisp_Object should be a union instead




reply via email to

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