AOnly define NDEDBUG if DEBUG is not defined

This commit is contained in:
Guido van Rossum 1992-09-03 20:34:07 +00:00
parent 2e8f6140ff
commit f2c8beba0b
1 changed files with 3 additions and 0 deletions

View File

@ -22,7 +22,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
#ifndef DEBUG
#define NDEBUG
#endif
/* Object and type object interface */
/*