diff options
author | Benjamin Peterson <benjamin@python.org> | 2019-06-28 03:54:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-28 03:54:44 (GMT) |
commit | 3b03b09fc94425915c5b1225e9200a3a95bc827b (patch) | |
tree | ef068553e1d0ba55c8a566633466d0b47a1b79ae /Modules/expat/winconfig.h | |
parent | 44f91c388a6f4da9ed3300df32ca290b8aa104ea (diff) | |
download | cpython-3b03b09fc94425915c5b1225e9200a3a95bc827b.zip cpython-3b03b09fc94425915c5b1225e9200a3a95bc827b.tar.gz cpython-3b03b09fc94425915c5b1225e9200a3a95bc827b.tar.bz2 |
closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)
Diffstat (limited to 'Modules/expat/winconfig.h')
-rw-r--r-- | Modules/expat/winconfig.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/expat/winconfig.h b/Modules/expat/winconfig.h index 17fea46..28a043c 100644 --- a/Modules/expat/winconfig.h +++ b/Modules/expat/winconfig.h @@ -53,10 +53,6 @@ /* we will assume all Windows platforms are little endian */ #define BYTEORDER 1234 -/* Windows has memmove() available. */ -#define HAVE_MEMMOVE - - #endif /* !defined(HAVE_EXPAT_CONFIG_H) */ |