[Python-checkins] CVS: python/dist/src/Mac/mwerks mwerks_carbon_config.h,1.9,1.10
Jack Jansen
jackjansen@users.sourceforge.net
2001年12月05日 14:43:59 -0800
Update of /cvsroot/python/python/dist/src/Mac/mwerks
In directory usw-pr-cvs1:/tmp/cvs-serv5141/Python/Mac/mwerks
Modified Files:
mwerks_carbon_config.h
Log Message:
Define NDEBUG if Py_DEBUG isn't defined.
Index: mwerks_carbon_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_carbon_config.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** mwerks_carbon_config.h 2001年11月30日 14:16:35 1.9
--- mwerks_carbon_config.h 2001年12月05日 22:43:57 1.10
***************
*** 43,44 ****
--- 43,47 ----
#include <ansi_prefix.mac.h>
#endif
+ #ifndef Py_DEBUG
+ #define NDEBUG
+ #endif