summaryrefslogtreecommitdiffstats
path: root/Modules/unicodedata.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/unicodedata.c')
-rw-r--r--Modules/unicodedata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c
index 966c8ba..83d21e2 100644
--- a/Modules/unicodedata.c
+++ b/Modules/unicodedata.c
@@ -460,7 +460,7 @@ static PyMethodDef unicodedata_functions[] = {
PyDoc_STRVAR(unicodedata_docstring, "unicode character database");
-DL_EXPORT(void)
+PyMODINIT_FUNC
initunicodedata(void)
{
PyObject *m, *v;