X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=nt%2Fconfig.h;h=23974d174b868f15da979d3d08aa0d84cfba0bb5;hp=f7514129c85c1f6c4c0b3af03400314bc2e2f725;hb=a7bf8d60d66c38f62928b171842d1b45d4539077;hpb=3890a2e3064a7f562107c58e59d928284ec04741 diff --git a/nt/config.h b/nt/config.h index f751412..23974d1 100644 --- a/nt/config.h +++ b/nt/config.h @@ -342,6 +342,11 @@ Boston, MA 02111-1307, USA. */ #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. */