comparison src/lisp.h @ 90116:29e773288013

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-23 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0 (patch 150-165) - Update from CVS - Merge from gnus--rel--5.10 - Add info/dir to arch branch * miles@gnu.org--gnu-2005/gnus--rel--5.10 (patch 34-37) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Wed, 09 Mar 2005 00:09:34 +0000
parents 6d92d69fae33 4a07536ef0de
children 4da4a09e8b1b
comparison
equal deleted inserted replaced
90115:fb290921b93c 90116:29e773288013
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