diff options
Diffstat (limited to 'Include/object.h')
-rw-r--r-- | Include/object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/object.h b/Include/object.h index 7147339..dcfdfb4 100644 --- a/Include/object.h +++ b/Include/object.h @@ -191,6 +191,7 @@ environment the global variable trick is not safe.) #ifndef TRACE_REFS #define DELREF(op) (*(op)->ob_type->tp_dealloc)((object *)(op)) +#define UNREF(op) /*empty*/ #endif #ifdef REF_DEBUG |