From: Neal Norwitz Date: Sun, 6 Jun 2004 19:21:34 +0000 (+0000) Subject: whoops, I wanted that commented out by default, will add doc to Misc X-Git-Tag: v2.4a1~243 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5d7702e5c8904be43c068825f5e2a5c35082e86;p=python whoops, I wanted that commented out by default, will add doc to Misc --- diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c index 54173e7a53..7b629b8d5e 100644 --- a/Objects/obmalloc.c +++ b/Objects/obmalloc.c @@ -541,8 +541,8 @@ error: /* This is only useful when running memory debuggers such as * Purify or Valgrind. Uncomment to use. * - */ #define Py_USING_MEMORY_DEBUGGER + */ #ifdef Py_USING_MEMORY_DEBUGGER