mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Rename DEBUG macro to Py_DEBUG
This commit is contained in:
parent
a0dc1c4a61
commit
408027ea46
11 changed files with 23 additions and 23 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue