From: Richard M. Stallman Date: Sun, 6 Mar 2005 16:01:37 +0000 (+0000) Subject: (CHECK_CONS_LIST): New macro (two definitions). X-Git-Tag: ttn-vms-21-2-B4~1972 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cdf61d83f4f91d1dd1bd3b29d9cc67f447c14726;p=emacs.git (CHECK_CONS_LIST): New macro (two definitions). --- diff --git a/src/lisp.h b/src/lisp.h index c0408ddf6e3..c7b7ca1a2f6 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -53,6 +53,11 @@ Boston, MA 02111-1307, USA. */ #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