summaryrefslogtreecommitdiffstats
path: root/Objects/obmalloc.c
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2004-06-06 19:21:34 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2004-06-06 19:21:34 (GMT)
commitb5d7702e5c8904be43c068825f5e2a5c35082e86 (patch)
tree48d9a87a8e96dbf6ee9d65e5c0945251d90b49ca /Objects/obmalloc.c
parent7eb3c9196da5be52a670d6d8dd24939a3c27b594 (diff)
downloadcpython-b5d7702e5c8904be43c068825f5e2a5c35082e86.zip
cpython-b5d7702e5c8904be43c068825f5e2a5c35082e86.tar.gz
cpython-b5d7702e5c8904be43c068825f5e2a5c35082e86.tar.bz2
whoops, I wanted that commented out by default, will add doc to Misc
Diffstat (limited to 'Objects/obmalloc.c')
-rw-r--r--Objects/obmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c
index 54173e7..7b629b8 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