Mercurial > emacs
changeset 60417:4a07536ef0de
(CHECK_CONS_LIST): New macro (two definitions).
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 06 Mar 2005 16:01:37 +0000 |
parents | 306f7ce8d80d |
children | 887436be5f78 |
files | src/lisp.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Sun Mar 06 15:59:44 2005 +0000 +++ b/src/lisp.h Sun Mar 06 16:01:37 2005 +0000 @@ -53,6 +53,11 @@ #endif /* 0 */ +#ifdef GC_CHECK_CONS_LIST +#define CHECK_CONS_LIST() check_cons_list() +#else +#define CHECK_CONS_LIST() 0 +#endif /* These are default choices for the types to use. */ #ifdef _LP64