[Python-checkins] CVS: python/dist/src/Mac/mwerks mwerks_carbonplugin_config.h,1.4,1.5

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


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

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

Index: mwerks_carbonplugin_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_carbonplugin_config.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** mwerks_carbonplugin_config.h	2001/08/07 15:13:27	1.4
--- mwerks_carbonplugin_config.h	2001/12/05 22:43:52	1.5
***************
*** 19,20 ****
--- 19,23 ----
  #include <ansi_prefix.mac.h>
  #endif
+ #ifndef Py_DEBUG
+ #define NDEBUG
+ #endif