mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
The init routine for MacOS had a non-standard name. Changed to
initMacOS().
This commit is contained in:
parent
a5a49818aa
commit
d674163a0b
2 changed files with 3 additions and 3 deletions
|
@ -707,7 +707,7 @@ static PyMethodDef MacOS_Methods[] = {
|
|||
|
||||
|
||||
void
|
||||
MacOS_Init()
|
||||
initMacOS()
|
||||
{
|
||||
PyObject *m, *d;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue