Oops! Used a wrong preprocessor symbol.

This commit is contained in:
Tim Peters 2003-03-23 03:04:32 +00:00
parent 78be7993b6
commit 3e40c7ff5b

View file

@ -89,7 +89,7 @@ inc_count(PyTypeObject *tp)
*/
Py_INCREF(tp);
type_list = tp;
#ifdef Py_REF_DEBUG
#ifdef Py_TRACE_REFS
/* Also insert in the doubly-linked list of all objects. */
if (tp->_ob_next == NULL) {
PyObject *op = (PyObject *)tp;