]> granicus.if.org Git - python/commitdiff
Define WITH_PYMALLOC as 1
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 8 Jul 2002 10:05:23 +0000 (10:05 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 8 Jul 2002 10:05:23 +0000 (10:05 +0000)
Mac/Include/pyconfig.h

index 0a01c9608a46db97e6f4479ea70e26fb592b5e21..15b347c337d82d1fe4f0ca8b0e76059f4fb296ad 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 */
-#define WITH_PYMALLOC
+#define WITH_PYMALLOC 1
 
 /* Define if you want to produce an OpenStep/Rhapsody framework
    (shared library plus accessory files). */