diff options
Diffstat (limited to 'Python/import.c')
-rw-r--r-- | Python/import.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/import.c b/Python/import.c index f745a94a11..b859c2b569 100644 --- a/Python/import.c +++ b/Python/import.c @@ -2274,7 +2274,7 @@ static PyMethodDef imp_methods[] = { {NULL, NULL} /* sentinel */ }; -int +static int setint(d, name, value) PyObject *d; char *name; |