glob-basic.t (Was: [ID 20010328.016])
[p5sagit/p5-mst-13.2.git] / malloc.c
index 4f7289f..fe0b66d 100644 (file)
--- a/malloc.c
+++ b/malloc.c
 #  undef DEBUG_m
 #  define DEBUG_m(a)  \
     STMT_START {                                                       \
-       if (PERL_GET_INTERP) { dTHX; if (PL_debug & 128) { a; } }       \
+       if (PERL_GET_INTERP) { dTHX; if (DEBUG_m_TEST) { a; } } \
     } STMT_END
 #endif