diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2004-06-06 19:21:34 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2004-06-06 19:21:34 (GMT) |
commit | b5d7702e5c8904be43c068825f5e2a5c35082e86 (patch) | |
tree | 48d9a87a8e96dbf6ee9d65e5c0945251d90b49ca /Objects/obmalloc.c | |
parent | 7eb3c9196da5be52a670d6d8dd24939a3c27b594 (diff) | |
download | cpython-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.c | 2 |
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 |