mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -166,7 +166,7 @@ addnfa(gr, name)
|
|||
return nf;
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
#ifdef Py_DEBUG
|
||||
|
||||
static char REQNFMT[] = "metacompile: less than %d children\n";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue