[Python-checkins] CVS: python/dist/src/Mac/mwerks mwerks_tkplugin_config.h,1.6,1.7
Jack Jansen
jackjansen@users.sourceforge.net
2001年12月05日 14:44:47 -0800
Update of /cvsroot/python/python/dist/src/Mac/mwerks
In directory usw-pr-cvs1:/tmp/cvs-serv5631/Python/Mac/mwerks
Modified Files:
mwerks_tkplugin_config.h
Log Message:
Define NDEBUG if Py_DEBUG isn't defined.
Index: mwerks_tkplugin_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_tkplugin_config.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** mwerks_tkplugin_config.h 2001年05月14日 15:00:38 1.6
--- mwerks_tkplugin_config.h 2001年12月05日 22:44:45 1.7
***************
*** 12,13 ****
--- 12,16 ----
#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