[Python-checkins] CVS: python/dist/src/Mac/mwerks mwerks_shared_config.h,1.20,1.21
Jack Jansen
jackjansen@users.sourceforge.net
2001年12月05日 14:44:24 -0800
Update of /cvsroot/python/python/dist/src/Mac/mwerks
In directory usw-pr-cvs1:/tmp/cvs-serv5399/Python/Mac/mwerks
Modified Files:
mwerks_shared_config.h
Log Message:
Define NDEBUG if Py_DEBUG isn't defined.
Index: mwerks_shared_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_shared_config.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** mwerks_shared_config.h 2001年08月07日 15:14:03 1.20
--- mwerks_shared_config.h 2001年12月05日 22:44:22 1.21
***************
*** 46,47 ****
--- 46,50 ----
extern int fileno(FILE *);
#endif
+ #ifndef Py_DEBUG
+ #define NDEBUG
+ #endif