diff --git a/Modules/regexmodule.c b/Modules/regexmodule.c index 9cbd4bf4aca..1c553ea81c7 100644 --- a/Modules/regexmodule.c +++ b/Modules/regexmodule.c @@ -565,6 +565,7 @@ static struct PyMethodDef regex_global_methods[] = { {NULL, NULL} /* sentinel */ }; +void initregex() { PyObject *m, *d, *v;