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

View file

@ -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;