Mercurial > hg > xemacs-beta
diff nt/config.h @ 402:5a2589c672dc r21-2-31
Import from CVS: tag r21-2-31
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:14:58 +0200 |
parents | a86b2b5e0111 |
children | 2f8bb876ab1d |
line wrap: on
line diff
--- a/nt/config.h Mon Aug 13 11:14:35 2007 +0200 +++ b/nt/config.h Mon Aug 13 11:14:58 2007 +0200 @@ -342,6 +342,11 @@ #define bufpos_checking_assert(assertion) #endif +#ifdef ERROR_CHECK_GC +#define gc_checking_assert(assertion) assert (assertion) +#else +#define gc_checking_assert(assertion) +#endif /* Define MEMORY_USAGE_STATS if you want extra code compiled in to determine where XEmacs's memory is going. */