Python.h: Don't attempt to redefine NDEBUG if it's already defined.

Others:  Remove redundant includes of assert.h.
This commit is contained in:
Tim Peters 2001-07-15 18:38:47 +00:00
parent b2c075bec4
commit 0d5dd68692
5 changed files with 2 additions and 4 deletions

View file

@ -6,7 +6,6 @@
#include "Python.h"
#include "longintrepr.h"
#include <assert.h>
#include <ctype.h>
#define ABS(x) ((x) < 0 ? -(x) : (x))