new debugger symbol names

This commit is contained in:
Guido van Rossum 1996-05-23 22:46:51 +00:00
parent 7f3f2c1819
commit 441e4ab802
3 changed files with 8 additions and 8 deletions

View file

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