mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +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
|
|
@ -736,7 +736,7 @@ tok_get(tok, p_start, p_end)
|
|||
}
|
||||
|
||||
|
||||
#ifdef DEBUG
|
||||
#ifdef Py_DEBUG
|
||||
|
||||
void
|
||||
tok_dump(type, start, end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue