summaryrefslogtreecommitdiff
path: root/src/_fastmath.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/_fastmath.c')
-rw-r--r--src/_fastmath.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/_fastmath.c b/src/_fastmath.c
index 7f08349..87d68ec 100644
--- a/src/_fastmath.c
+++ b/src/_fastmath.c
@@ -1652,11 +1652,10 @@ static struct PyModuleDef moduledef = {
};
#endif
-#ifdef IS_PY3K
PyMODINIT_FUNC
+#ifdef IS_PY3K
PyInit__fastmath (void)
#else
-void
init_fastmath (void)
#endif
{