Commit 8f3032da authored by Guido van Rossum's avatar Guido van Rossum

Declare initregex() as returning void, as it should be.

parent 86098681
...@@ -565,6 +565,7 @@ static struct PyMethodDef regex_global_methods[] = { ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment