Rename DEBUG macro to Py_DEBUG

This commit is contained in:
Guido van Rossum 1996-12-30 16:17:54 +00:00
parent a0dc1c4a61
commit 408027ea46
11 changed files with 23 additions and 23 deletions

View file

@ -56,7 +56,7 @@ extern void PyNode_Free Py_PROTO((node *n));
#define STR(n) ((n)->n_str)
/* Assert that the type of a node is what we expect */
#ifndef DEBUG
#ifndef Py_DEBUG
#define REQ(n, type) { /*pass*/ ; }
#else
#define REQ(n, type) \