/* Tuple access macros */
-#ifdef NDEBUG
+#ifndef DEBUG
#define GETITEM(v, i) PyTuple_GET_ITEM((PyTupleObject *)(v), (i))
#define GETITEMNAME(v, i) \
PyString_AS_STRING((PyStringObject *)GETITEM((v), (i)))
******************************************************************/
-#ifndef DEBUG
-#define NDEBUG
-#endif
-
/* Object and type object interface */
/*
123456789-123456789-123456789-123456789-123456789-123456789-123456789-12
*/
-#ifndef NDEBUG
+#ifdef DEBUG
/* Turn on heavy reference debugging */
#define Py_TRACE_REFS
/* Turn on reference counting */
#define Py_REF_DEBUG
-#endif /* NDEBUG */
+#endif /* DEBUG */
#ifdef Py_TRACE_REFS
#define PyObject_HEAD \