diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-07-08 10:05:23 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-07-08 10:05:23 (GMT) |
commit | 77d0717fb3f912ec57fd01a1c4de4232bac9bbc9 (patch) | |
tree | 51aa81f3006cab83ea02657471462e586bac2a58 /Mac/Include | |
parent | 755ebea23b8bac26661d3315ef68ccff61c55e6e (diff) | |
download | cpython-77d0717fb3f912ec57fd01a1c4de4232bac9bbc9.zip cpython-77d0717fb3f912ec57fd01a1c4de4232bac9bbc9.tar.gz cpython-77d0717fb3f912ec57fd01a1c4de4232bac9bbc9.tar.bz2 |
Define WITH_PYMALLOC as 1
Diffstat (limited to 'Mac/Include')
-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 0a01c96..15b347c 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 */ -#define WITH_PYMALLOC +#define WITH_PYMALLOC 1 /* Define if you want to produce an OpenStep/Rhapsody framework (shared library plus accessory files). */ |