Browse Source

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

pull/40/head
Benjamin Peterson 10 years ago
parent
commit
95b5f0ad7e
  1. 2
      Doc/howto/cporting.rst

2
Doc/howto/cporting.rst

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

Loading…
Cancel
Save