summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
Diffstat (limited to 'Objects')
-rw-r--r--Objects/object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/object.c b/Objects/object.c
index 7b905dc..a69a0ad 100644
--- a/Objects/object.c
+++ b/Objects/object.c
@@ -4,7 +4,7 @@
#include "Python.h"
#ifdef Py_REF_DEBUG
-long _Py_RefTotal;
+Py_ssize_t _Py_RefTotal;
#endif
int Py_DivisionWarningFlag;