diff options
Diffstat (limited to 'Modules/mathmodule.c')
-rw-r--r-- | Modules/mathmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/mathmodule.c b/Modules/mathmodule.c index 174a231..7c11e6f 100644 --- a/Modules/mathmodule.c +++ b/Modules/mathmodule.c @@ -233,7 +233,7 @@ static PyMethodDef math_methods[] = { {NULL, NULL} /* sentinel */ }; -void +DL_EXPORT(void) initmath() { PyObject *m, *d, *v; |