diff options
| author | Guido van Rossum <guido@python.org> | 1995-03-29 16:57:48 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1995-03-29 16:57:48 +0000 |
| commit | 6f9e433ab3520d06fd3bc0c97a6ba49c0d67816d (patch) | |
| tree | 0d7aa77f255a4660ce7792da77f84d7441fbafaa /Objects/object.c | |
| parent | 07432c0ef60635739151160f626d222bed45cf2c (diff) | |
| download | cpython-git-6f9e433ab3520d06fd3bc0c97a6ba49c0d67816d.tar.gz | |
fix dusty debugging macros
Diffstat (limited to 'Objects/object.c')
| -rw-r--r-- | Objects/object.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/object.c b/Objects/object.c index d93d28b3e8..fc8d525d7d 100644 --- a/Objects/object.c +++ b/Objects/object.c @@ -26,7 +26,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "allobjects.h" -#ifdef REF_DEBUG +#if defined( Py_TRACE_REFS ) || defined( Py_REF_DEBUG ) long ref_total; #endif |
