From: Jack Jansen Date: Mon, 8 Jul 2002 10:05:23 +0000 (+0000) Subject: Define WITH_PYMALLOC as 1 X-Git-Tag: v2.3c1~5096 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77d0717fb3f912ec57fd01a1c4de4232bac9bbc9;p=python Define WITH_PYMALLOC as 1 --- diff --git a/Mac/Include/pyconfig.h b/Mac/Include/pyconfig.h index 0a01c9608a..15b347c337 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). */