mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Made function declaration a proper C prototype
This commit is contained in:
parent
8ed69e3389
commit
092381a979
2 changed files with 29 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue