[Python-checkins] CVS: python/dist/src/Mac/mwerks mwerks_nonshared_config.h,1.25,1.26

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


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

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

Index: mwerks_nonshared_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_nonshared_config.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** mwerks_nonshared_config.h	2001/08/07 15:13:39	1.25
--- mwerks_nonshared_config.h	2001/12/05 22:44:02	1.26
***************
*** 44,45 ****
--- 44,48 ----
  extern int fileno(FILE *);
  #endif
+ #ifndef Py_DEBUG
+ #define NDEBUG
+ #endif