summaryrefslogtreecommitdiffstats
path: root/Objects/intobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/intobject.c')
-rw-r--r--Objects/intobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/intobject.c b/Objects/intobject.c
index 10587ac..d9e4d31 100644
--- a/Objects/intobject.c
+++ b/Objects/intobject.c
@@ -939,7 +939,7 @@ PyTypeObject PyInt_Type = {
};
int
-PyInt_Init(void)
+_PyInt_Init(void)
{
PyIntObject *v;
int ival;