Fix wrong #ifdef.
This commit is contained in:
parent
c6aa9e90ad
commit
392ab32859
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue