]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix wrong #ifdef.
authorGuido van Rossum <guido@python.org>
Sun, 18 Nov 1990 17:41:19 +0000 (17:41 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 18 Nov 1990 17:41:19 +0000 (17:41 +0000)
Objects/stringobject.c

index cceed7590fb1014665156f456023e37cb7ecf702..40cd15a7f7619e78bf7f74326fece303a66aea4a 100644 (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);