# HG changeset patch # User Dan Nicolaescu # Date 1215786006 0 # Node ID 34b9eb706234c402e6ec28dd63e56e200053e935 # Parent e592a5426865fa3caeda568a8d8ffb17f6f19105 Remove left over code. diff -r e592a5426865 -r 34b9eb706234 src/ChangeLog --- a/src/ChangeLog Fri Jul 11 11:39:49 2008 +0000 +++ b/src/ChangeLog Fri Jul 11 14:20:06 2008 +0000 @@ -1,3 +1,7 @@ +2008-07-11 Dan Nicolaescu + + * lisp.h: Remove left over code. + 2008-07-11 Andreas Schwab * lisp.h: Fix logic in last change. diff -r e592a5426865 -r 34b9eb706234 src/lisp.h --- a/src/lisp.h Fri Jul 11 11:39:49 2008 +0000 +++ b/src/lisp.h Fri Jul 11 14:20:06 2008 +0000 @@ -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