]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 c0408ddf6e392401033ab9b04a38123a385dc2c1..c7b7ca1a2f638bcb23901957c559c7edd356b58d 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