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
commitfa21afe8f3a8ce6facac8d692766eb8fd87e8bac (patch)
tree4c057a89a6e250d453626c7bc9b0af095bc48dc1 /Modules/_decimal
parent7d05c06e74b5abbed560ebdb478816fcacde3a60 (diff)
downloadcpython-fa21afe8f3a8ce6facac8d692766eb8fd87e8bac.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