summaryrefslogtreecommitdiff
path: root/Modules/_decimal
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-06 19:09:15 -0700
committerSteve Dower <steve.dower@microsoft.com>2016-09-06 19:09:15 -0700
commita439191efa9fee12ea3c17b23b0d3f748ff76997 (patch)
tree3641ca9e731f7247521e8d8b18329d952994e354 /Modules/_decimal
parent35b40c65f6a4d902d7dbff21a02e4d211b0952b1 (diff)
downloadcpython-git-a439191efa9fee12ea3c17b23b0d3f748ff76997.tar.gz
Fix some warnings from MSVC
Diffstat (limited to 'Modules/_decimal')
-rw-r--r--Modules/_decimal/libmpdec/vccompat.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/_decimal/libmpdec/vccompat.h b/Modules/_decimal/libmpdec/vccompat.h
index 564eaa8140..dd131d8da2 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