mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +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
|
@ -639,7 +639,7 @@ static struct PycStringIO_CAPI CAPI = {
|
|||
#define DL_EXPORT(RTYPE) RTYPE
|
||||
#endif
|
||||
DL_EXPORT(void)
|
||||
initcStringIO() {
|
||||
initcStringIO(void) {
|
||||
PyObject *m, *d, *v;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue