diff options
Diffstat (limited to 'Modules/regexmodule.c')
-rw-r--r-- | Modules/regexmodule.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/regexmodule.c b/Modules/regexmodule.c index 9cbd4bf..1c553ea 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; |