mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Declare initregex() as returning void, as it should be.
This commit is contained in:
parent
860986812a
commit
8f3032da10
1 changed files with 1 additions and 0 deletions
|
@ -565,6 +565,7 @@ static struct PyMethodDef regex_global_methods[] = {
|
||||||
{NULL, NULL} /* sentinel */
|
{NULL, NULL} /* sentinel */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
void
|
||||||
initregex()
|
initregex()
|
||||||
{
|
{
|
||||||
PyObject *m, *d, *v;
|
PyObject *m, *d, *v;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue