summaryrefslogtreecommitdiffstats
path: root/Modules/_elementtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_elementtree.c')
-rw-r--r--Modules/_elementtree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_elementtree.c b/Modules/_elementtree.c
index e5d61c6..2766b41 100644
--- a/Modules/_elementtree.c
+++ b/Modules/_elementtree.c
@@ -2612,7 +2612,7 @@ static PyMethodDef _functions[] = {
{NULL, NULL}
};
-DL_EXPORT(void)
+PyMODINIT_FUNC
init_elementtree(void)
{
PyObject* m;