diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-05-22 14:31:10 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-05-22 14:31:10 (GMT) |
commit | 422cdde69ada560ea4713d64fe0c5319a4f6e200 (patch) | |
tree | a67f1b81253251948557c1a0d58f542464c1bb53 /Mac | |
parent | 94ce52e8e8795d5adc7635f19914b2dcba209828 (diff) | |
download | cpython-422cdde69ada560ea4713d64fe0c5319a4f6e200.zip cpython-422cdde69ada560ea4713d64fe0c5319a4f6e200.tar.gz cpython-422cdde69ada560ea4713d64fe0c5319a4f6e200.tar.bz2 |
Enable WITH_PYMALLOC.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Include/pyconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Include/pyconfig.h b/Mac/Include/pyconfig.h index 11c5e6f..3f719d5 100644 --- a/Mac/Include/pyconfig.h +++ b/Mac/Include/pyconfig.h @@ -306,7 +306,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #undef WITH_DYLD /* Define if you want to compile in Python-specific mallocs */ -#undef WITH_PYMALLOC +#define WITH_PYMALLOC /* Define if you want to produce an OpenStep/Rhapsody framework (shared library plus accessory files). */ |