summaryrefslogtreecommitdiffstats
path: root/Include/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/object.h')
-rw-r--r--Include/object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/object.h b/Include/object.h
index e876e91..54b5481 100644
--- a/Include/object.h
+++ b/Include/object.h
@@ -84,7 +84,7 @@ whose size is determined when the object is allocated.
123456789-123456789-123456789-123456789-123456789-123456789-123456789-12
*/
-#ifdef DEBUG
+#ifdef Py_DEBUG
/* Turn on heavy reference debugging */
#define Py_TRACE_REFS
@@ -92,7 +92,7 @@ whose size is determined when the object is allocated.
/* Turn on reference counting */
#define Py_REF_DEBUG
-#endif /* DEBUG */
+#endif /* Py_DEBUG */
#ifdef Py_TRACE_REFS
#define PyObject_HEAD \