diff options
Diffstat (limited to 'Modules/cmathmodule.c')
-rw-r--r-- | Modules/cmathmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/cmathmodule.c b/Modules/cmathmodule.c index 4e08722..583a629 100644 --- a/Modules/cmathmodule.c +++ b/Modules/cmathmodule.c @@ -301,7 +301,7 @@ static PyMethodDef cmath_methods[] = { {NULL, NULL} /* sentinel */ }; -void +DL_EXPORT(void) initcmath() { PyObject *m, *d, *v; |