comparison 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
comparison
equal deleted inserted replaced
401:e0a2a2be14bf 402:5a2589c672dc
340 #define bufpos_checking_assert(assertion) assert (assertion) 340 #define bufpos_checking_assert(assertion) assert (assertion)
341 #else 341 #else
342 #define bufpos_checking_assert(assertion) 342 #define bufpos_checking_assert(assertion)
343 #endif 343 #endif
344 344
345 #ifdef ERROR_CHECK_GC
346 #define gc_checking_assert(assertion) assert (assertion)
347 #else
348 #define gc_checking_assert(assertion)
349 #endif
345 350
346 /* Define MEMORY_USAGE_STATS if you want extra code compiled in to 351 /* Define MEMORY_USAGE_STATS if you want extra code compiled in to
347 determine where XEmacs's memory is going. */ 352 determine where XEmacs's memory is going. */
348 #undef MEMORY_USAGE_STATS 353 #undef MEMORY_USAGE_STATS
349 354