summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-02-16 07:30:11 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-02-16 07:30:11 (GMT)
commit82c5a86d7c36ee293c7a3569d27f1668b1a672b7 (patch)
treeb0ea316fab747698ccb778780cf5bdbd2b6d89e7
parent720ddb625b59dab1c07e251f0fab74714ebb4c36 (diff)
downloadcpython-82c5a86d7c36ee293c7a3569d27f1668b1a672b7.zip
cpython-82c5a86d7c36ee293c7a3569d27f1668b1a672b7.tar.gz
cpython-82c5a86d7c36ee293c7a3569d27f1668b1a672b7.tar.bz2
Oops, this is supposed to be disabled by default.
-rw-r--r--Objects/obmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c
index 090abda..3ee21e4 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