Mercurial > emacs
comparison src/lisp.h @ 60417:4a07536ef0de
(CHECK_CONS_LIST): New macro (two definitions).
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 06 Mar 2005 16:01:37 +0000 |
parents | 765371d08c66 |
children | 0f9e0d897751 c7d2b6ee3a80 29e773288013 |
comparison
equal
deleted
inserted
replaced
60416:306f7ce8d80d | 60417:4a07536ef0de |
---|---|
51 /* Define this to check for errors in cons list. */ | 51 /* Define this to check for errors in cons list. */ |
52 /* #define GC_CHECK_CONS_LIST 1 */ | 52 /* #define GC_CHECK_CONS_LIST 1 */ |
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 |
59 #ifndef EMACS_INT | 64 #ifndef EMACS_INT |
60 #define EMACS_INT long | 65 #define EMACS_INT long |