mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
Remove left over code.
This commit is contained in:
parent
7e770c85da
commit
3bfb4d4823
@ -1,3 +1,7 @@
|
||||
2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* lisp.h: Remove left over code.
|
||||
|
||||
2008-07-11 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* lisp.h: Fix logic in last change.
|
||||
|
12
src/lisp.h
12
src/lisp.h
@ -108,13 +108,6 @@ extern void die P_((const char *, const char *, int)) NO_RETURN;
|
||||
|
||||
#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 @@ extern void die P_((const char *, const char *, int)) NO_RETURN;
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user