commit | 3b03b09fc94425915c5b1225e9200a3a95bc827b | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Jun 27 20:54:44 2019 -0700 |
committer | GitHub <noreply@github.com> | Thu Jun 27 20:54:44 2019 -0700 |
tree | ef068553e1d0ba55c8a566633466d0b47a1b79ae | |
parent | 44f91c388a6f4da9ed3300df32ca290b8aa104ea [diff] [blame] |
closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)
diff --git a/Modules/expat/internal.h b/Modules/expat/internal.h index e33fdcb..dc4ef0c 100644 --- a/Modules/expat/internal.h +++ b/Modules/expat/internal.h
@@ -115,6 +115,11 @@ #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);