Mercurial > emacs
diff src/lisp.h @ 109098:a17732ef349e
Define USE_LISP_UNION_TYPE using autoconf.
* configure.in (--enable-use-lisp-union-type): New flag.
* src/lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
| author | Dan Nicolaescu <dann@ics.uci.edu> |
|---|---|
| date | Fri, 02 Jul 2010 01:11:24 -0700 |
| parents | d418516def73 |
| children | e16f43875a48 |
line wrap: on
line diff
--- a/src/lisp.h Fri Jul 02 00:05:09 2010 -0700 +++ b/src/lisp.h Fri Jul 02 01:11:24 2010 -0700 @@ -95,10 +95,9 @@ #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 */ +/* Use the configure flag --enable-use-lisp-union-type to make + Lisp_Object use a union type instead of the default int. The flag + causes USE_LISP_UNION_TYPE to be defined. */ /***** Select the tagging scheme. *****/ /* There are basically two options that control the tagging scheme:
