diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-07 02:09:15 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-07 02:09:15 (GMT) |
commit | a439191efa9fee12ea3c17b23b0d3f748ff76997 (patch) | |
tree | 3641ca9e731f7247521e8d8b18329d952994e354 /Modules/_decimal/libmpdec | |
parent | 35b40c65f6a4d902d7dbff21a02e4d211b0952b1 (diff) | |
download | cpython-a439191efa9fee12ea3c17b23b0d3f748ff76997.zip cpython-a439191efa9fee12ea3c17b23b0d3f748ff76997.tar.gz cpython-a439191efa9fee12ea3c17b23b0d3f748ff76997.tar.bz2 |
Fix some warnings from MSVC
Diffstat (limited to 'Modules/_decimal/libmpdec')
-rw-r--r-- | Modules/_decimal/libmpdec/vccompat.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/_decimal/libmpdec/vccompat.h b/Modules/_decimal/libmpdec/vccompat.h index 564eaa8..dd131d8 100644 --- a/Modules/_decimal/libmpdec/vccompat.h +++ b/Modules/_decimal/libmpdec/vccompat.h @@ -48,10 +48,6 @@ #undef strtoll #define strtoll _strtoi64 #define strdup _strdup - #define PRIi64 "I64i" - #define PRIu64 "I64u" - #define PRIi32 "I32i" - #define PRIu32 "I32u" #endif |