mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Undefine DPRINTF before defining it, there was a conflict with some other
definition.
This commit is contained in:
parent
3a96702b2b
commit
c5601f4839
1 changed files with 1 additions and 0 deletions
|
@ -577,6 +577,7 @@ restrictions:
|
|||
of #ifdef inline, and there are *still* stupid compilers about that don't like
|
||||
indented pre-processor statements. I suppose it's only been 10 years... */
|
||||
|
||||
#undef DPRINTF
|
||||
#ifdef DEBUG
|
||||
#define DPRINTF(p) printf p
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue