aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-03-06 16:01:37 +0000
committerRichard M. Stallman <[email protected]>2005-03-06 16:01:37 +0000
commitcdf61d83f4f91d1dd1bd3b29d9cc67f447c14726 (patch)
treee409893236225784c9f07c9dee3d0e2c02fc717f /src
parent835ee136c54348a61f5b5d2ef34de05e5c3476ed (diff)
(CHECK_CONS_LIST): New macro (two definitions).
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index c0408ddf6e..c7b7ca1a2f 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