diff src/lisp.h @ 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 765371d08c66
children 0f9e0d897751 c7d2b6ee3a80 29e773288013
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