Since the *_Init() are private, prefix with _, suggested by Skip

This commit is contained in:
Neal Norwitz 2002-12-31 03:42:13 +00:00
parent 744f0fd655
commit b2501f4cd1
5 changed files with 6 additions and 6 deletions

View file

@ -939,7 +939,7 @@ PyTypeObject PyInt_Type = {
};
int
PyInt_Init(void)
_PyInt_Init(void)
{
PyIntObject *v;
int ival;