From 3b03b09fc94425915c5b1225e9200a3a95bc827b Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 27 Jun 2019 20:54:44 -0700 Subject: closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436) --- Modules/expat/internal.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Modules/expat/internal.h') diff --git a/Modules/expat/internal.h b/Modules/expat/internal.h index e33fdcb023..dc4ef0c7e2 100644 --- a/Modules/expat/internal.h +++ b/Modules/expat/internal.h @@ -115,6 +115,11 @@ extern "C" { #endif +#ifdef XML_ENABLE_VISIBILITY +#if XML_ENABLE_VISIBILITY +__attribute__ ((visibility ("default"))) +#endif +#endif void _INTERNAL_trim_to_complete_utf8_characters(const char * from, const char ** fromLimRef); -- cgit v1.2.1