Made function declaration a proper C prototype

This commit is contained in:
Armin Rigo 2003-10-25 14:29:27 +00:00
parent 8ed69e3389
commit 092381a979
2 changed files with 29 additions and 21 deletions

View file

@ -599,7 +599,7 @@ PyErr_WriteUnraisable(PyObject *obj)
Py_XDECREF(tb);
}
extern PyObject *PyModule_GetWarningsModule();
extern PyObject *PyModule_GetWarningsModule(void);
/* Function to issue a warning message; may raise an exception. */
int