diff options
Diffstat (limited to 'Modules/regexmodule.c')
-rw-r--r-- | Modules/regexmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/regexmodule.c b/Modules/regexmodule.c index afc7722..1f64f61 100644 --- a/Modules/regexmodule.c +++ b/Modules/regexmodule.c @@ -707,7 +707,7 @@ static struct PyMethodDef regex_global_methods[] = { {NULL, NULL} /* sentinel */ }; -void +DL_EXPORT(void) initregex() { PyObject *m, *d, *v; |