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

This commit is contained in:
Guido van Rossum 1996-08-19 22:03:12 +00:00
parent 860986812a
commit 8f3032da10
1 changed files with 1 additions and 0 deletions

View File

@ -565,6 +565,7 @@ static struct PyMethodDef regex_global_methods[] = {
{NULL, NULL} /* sentinel */
};
void
initregex()
{
PyObject *m, *d, *v;