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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5d7702e5c8904be43c068825f5e2a5c35082e86;p=thirdparty%2FPython%2Fcpython.git whoops, I wanted that commented out by default, will add doc to Misc --- diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c index 54173e7a532e..7b629b8d5e5d 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