[Python-checkins] CVS: python/dist/src/Mac/mwerks mwerks_small_config.h,1.15,1.16

Jack Jansen jackjansen@users.sourceforge.net
2001年12月05日 14:44:33 -0800


Update of /cvsroot/python/python/dist/src/Mac/mwerks
In directory usw-pr-cvs1:/tmp/cvs-serv5509/Python/Mac/mwerks
Modified Files:
	mwerks_small_config.h 
Log Message:
Define NDEBUG if Py_DEBUG isn't defined.
Index: mwerks_small_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_small_config.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** mwerks_small_config.h	2001年11月30日 14:16:35	1.15
--- mwerks_small_config.h	2001年12月05日 22:44:31	1.16
***************
*** 43,44 ****
--- 43,47 ----
 extern int fileno(FILE *);
 #endif
+ #ifndef Py_DEBUG
+ #define NDEBUG
+ #endif

AltStyle によって変換されたページ (->オリジナル) /