From b5d7702e5c8904be43c068825f5e2a5c35082e86 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sun, 6 Jun 2004 19:21:34 +0000 Subject: [PATCH] whoops, I wanted that commented out by default, will add doc to Misc --- Objects/obmalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c index 54173e7a532..7b629b8d5e5 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