mirror of
https://github.com/python/cpython.git
synced 2024-11-28 08:20:55 +01:00
Declare initregex() as returning void, as it should be.
This commit is contained in:
parent
860986812a
commit
8f3032da10
@ -565,6 +565,7 @@ static struct PyMethodDef regex_global_methods[] = {
|
||||
{NULL, NULL} /* sentinel */
|
||||
};
|
||||
|
||||
void
|
||||
initregex()
|
||||
{
|
||||
PyObject *m, *d, *v;
|
||||
|
Loading…
Reference in New Issue
Block a user