(CHECK_CONS_LIST): New macro (two definitions).
authorRichard M. Stallman <rms@gnu.org>
Sun, 6 Mar 2005 16:01:37 +0000 (16:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 6 Mar 2005 16:01:37 +0000 (16:01 +0000)
src/lisp.h

index c0408dd..c7b7ca1 100644 (file)
@@ -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