summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks/mwerks_tkplugin_config.h
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-12-05 22:44:45 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-12-05 22:44:45 (GMT)
commit9145be431023f74bd9532590e271395c1381aaf1 (patch)
tree2f1b41be806f27974e463fcfc11a962cc8f13ebc /Mac/mwerks/mwerks_tkplugin_config.h
parenta16433b14edc4d4c08c97262609a3e8821ff1f6e (diff)
downloadcpython-9145be431023f74bd9532590e271395c1381aaf1.zip
cpython-9145be431023f74bd9532590e271395c1381aaf1.tar.gz
cpython-9145be431023f74bd9532590e271395c1381aaf1.tar.bz2
Define NDEBUG if Py_DEBUG isn't defined.
Diffstat (limited to 'Mac/mwerks/mwerks_tkplugin_config.h')
-rw-r--r--Mac/mwerks/mwerks_tkplugin_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/mwerks/mwerks_tkplugin_config.h b/Mac/mwerks/mwerks_tkplugin_config.h
index d0fb811..aef32fb 100644
--- a/Mac/mwerks/mwerks_tkplugin_config.h
+++ b/Mac/mwerks/mwerks_tkplugin_config.h
@@ -11,3 +11,6 @@
#define USE_TK /* Include _tkinter module in core Python */
#define MAC_TCL /* This *must* be on if USE_TK is on */
#define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
+#ifndef Py_DEBUG
+#define NDEBUG
+#endif