diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 5 |
1 files changed, 5 insertions, 0 deletions
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. */ | |||
| 53 | 53 | ||
| 54 | #endif /* 0 */ | 54 | #endif /* 0 */ |
| 55 | 55 | ||
| 56 | #ifdef GC_CHECK_CONS_LIST | ||
| 57 | #define CHECK_CONS_LIST() check_cons_list() | ||
| 58 | #else | ||
| 59 | #define CHECK_CONS_LIST() 0 | ||
| 60 | #endif | ||
| 56 | 61 | ||
| 57 | /* These are default choices for the types to use. */ | 62 | /* These are default choices for the types to use. */ |
| 58 | #ifdef _LP64 | 63 | #ifdef _LP64 |