]> granicus.if.org Git - python/commitdiff
Removed USE_MALLOC_DEBUG that shoulnd't be in the production version.
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 13 Jan 1999 16:51:35 +0000 (16:51 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 13 Jan 1999 16:51:35 +0000 (16:51 +0000)
Mac/mwerks/mwerks_nonshared_config.h

index dc73e92e6f8d4647a722f93478da26fba0e4ef55..b6414f4cddc73d040182f05ca5e4b53a43fd7a2c 100644 (file)
@@ -20,7 +20,7 @@
 /* #define USE_MAC_SHARED_LIBRARY      /* Enable code to add shared-library resources */
 /* #define USE_MAC_APPLET_SUPPORT      /* Enable code to run a PYC resource */
 /* #define USE_MAC_DYNAMIC_LOADING             /* Enable dynamically loaded modules */
-#define USE_MALLOC_DEBUG                       /* Enable range checking and other malloc debugging */
+/* #define USE_MALLOC_DEBUG                    /* Enable range checking and other malloc debugging */
 #define USE_GDBM               /* Include the gdbm module */
 #define USE_ZLIB               /* Include the zlib module */
 #ifdef __powerc