]> granicus.if.org Git - python/commitdiff
Enable WITH_PYMALLOC.
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 22 May 2002 14:31:10 +0000 (14:31 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 22 May 2002 14:31:10 +0000 (14:31 +0000)
Mac/Include/pyconfig.h

index 11c5e6f583c6d6618365a73f417430d4fd0404ba..3f719d53db33ff6613d25a7bcaa3369446e2238a 100644 (file)
@@ -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). */