[Python-checkins] CVS: python/dist/src/Mac/mwerks mwerks_nscarbon_config.h,1.6,1.7

Jack Jansen jackjansen@users.sourceforge.net
Wed, 05 Dec 2001 14:44:12 -0800


Update of /cvsroot/python/python/dist/src/Mac/mwerks
In directory usw-pr-cvs1:/tmp/cvs-serv5268/Python/Mac/mwerks

Modified Files:
	mwerks_nscarbon_config.h 
Log Message:
Define NDEBUG if Py_DEBUG isn't defined.

Index: mwerks_nscarbon_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_nscarbon_config.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** mwerks_nscarbon_config.h	2001/08/07 15:13:51	1.6
--- mwerks_nscarbon_config.h	2001/12/05 22:44:09	1.7
***************
*** 48,49 ****
--- 48,52 ----
  extern int fileno(FILE *);
  #endif
+ #ifndef Py_DEBUG
+ #define NDEBUG
+ #endif