summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Include/codecs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/codecs.h b/Include/codecs.h
index c503f5c..0d9e9b4 100644
--- a/Include/codecs.h
+++ b/Include/codecs.h
@@ -174,7 +174,7 @@ PyAPI_FUNC(PyObject *) PyCodec_XMLCharRefReplaceErrors(PyObject *exc);
/* replace the unicode encode error with backslash escapes (\x, \u and \U) */
PyAPI_FUNC(PyObject *) PyCodec_BackslashReplaceErrors(PyObject *exc);
-extern const char *Py_hexdigits;
+PyAPI_DATA(const char *) Py_hexdigits;
#ifdef __cplusplus
}