fix python 3 mod init function declaration (closes #26827)

This commit is contained in:
Benjamin Peterson 2016-04-22 23:43:10 -07:00
parent e9ee317062
commit bca06ccb3e
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ simple example demonstrates how. ::
#define INITERROR return NULL
PyObject *
PyMODINIT_FUNC
PyInit_myextension(void)
#else