summaryrefslogtreecommitdiff
path: root/Modules/expat/internal.h
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2018-06-26 19:25:45 -0700
committerGitHub <noreply@github.com>2018-06-26 19:25:45 -0700
commit4e21100fa7bf66e0b32146d3f46ae16afc73fee1 (patch)
tree514340ca04c57a4bffcb2a55a01e28f2b58b7b80 /Modules/expat/internal.h
parent58ed7307ea0b5c5aa052291ebc3030f314f938d8 (diff)
downloadcpython-git-4e21100fa7bf66e0b32146d3f46ae16afc73fee1.tar.gz
bpo-33956: update vendored expat to 2.2.5 (GH-7925)
Diffstat (limited to 'Modules/expat/internal.h')
-rw-r--r--Modules/expat/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/expat/internal.h b/Modules/expat/internal.h
index 3c5d6e913d..e33fdcb023 100644
--- a/Modules/expat/internal.h
+++ b/Modules/expat/internal.h
@@ -116,7 +116,7 @@ extern "C" {
void
-align_limit_to_full_utf8_characters(const char * from, const char ** fromLimRef);
+_INTERNAL_trim_to_complete_utf8_characters(const char * from, const char ** fromLimRef);
#ifdef __cplusplus