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