Fix wrong #ifdef.

This commit is contained in:
Guido van Rossum 1990-11-18 17:41:19 +00:00
parent c6aa9e90ad
commit 392ab32859
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ resizestring(pv, newsize)
return -1;
}
/* XXX UNREF/NEWREF interface should be more symmetrical */
#ifdef TRACE_REFS
#ifdef REF_DEBUG
--ref_total;
#endif
UNREF(v);