summaryrefslogtreecommitdiff
path: root/Include/node.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-12-30 16:17:54 +0000
committerGuido van Rossum <guido@python.org>1996-12-30 16:17:54 +0000
commit81c61c953220068651a104dd6dd482deabf8351a (patch)
tree5b11fe174e077acb9f7f77ca5172fd36f4a708c8 /Include/node.h
parent4bbf448be5efec00ea25db265dc0c64c4591771a (diff)
downloadcpython-81c61c953220068651a104dd6dd482deabf8351a.tar.gz
Rename DEBUG macro to Py_DEBUG
Diffstat (limited to 'Include/node.h')
-rw-r--r--Include/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/node.h b/Include/node.h
index 03d674aa66..0575f4a80c 100644
--- a/Include/node.h
+++ b/Include/node.h
@@ -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) \