diff options
| author | Richard M. Stallman | 2005-03-06 16:01:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-03-06 16:01:37 +0000 |
| commit | cdf61d83f4f91d1dd1bd3b29d9cc67f447c14726 (patch) | |
| tree | e409893236225784c9f07c9dee3d0e2c02fc717f /src | |
| parent | 835ee136c54348a61f5b5d2ef34de05e5c3476ed (diff) | |
| download | emacs-cdf61d83f4f91d1dd1bd3b29d9cc67f447c14726.tar.gz emacs-cdf61d83f4f91d1dd1bd3b29d9cc67f447c14726.zip | |
(CHECK_CONS_LIST): New macro (two definitions).
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 |