From cdf61d83f4f91d1dd1bd3b29d9cc67f447c14726 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 6 Mar 2005 16:01:37 +0000 Subject: [PATCH] (CHECK_CONS_LIST): New macro (two definitions). --- src/lisp.h | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5