summaryrefslogtreecommitdiffstats
path: root/Include/pystats.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/pystats.h')
-rw-r--r--Include/pystats.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/pystats.h b/Include/pystats.h
index acfa322..a515570 100644
--- a/Include/pystats.h
+++ b/Include/pystats.h
@@ -18,6 +18,8 @@ extern "C" {
#else
# define _Py_INCREF_STAT_INC() ((void)0)
# define _Py_DECREF_STAT_INC() ((void)0)
+# define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
+# define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
#endif // !Py_STATS
#ifdef __cplusplus