mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
ANSIfy some more forward declarations.
This commit is contained in:
parent
8ec68fded2
commit
58d0510245
8 changed files with 13 additions and 13 deletions
|
@ -272,7 +272,7 @@ static PyMethodDef dbmmodule_methods[] = {
|
|||
};
|
||||
|
||||
DL_EXPORT(void)
|
||||
initdbm() {
|
||||
initdbm(void) {
|
||||
PyObject *m, *d;
|
||||
|
||||
m = Py_InitModule("dbm", dbmmodule_methods);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue