[Python-checkins] cpython: do not need vcstdint.h anymore

benjamin.peterson python-checkins at python.org
Tue Sep 6 15:08:47 EDT 2016


https://hg.python.org/cpython/rev/f8950c8dfe78
changeset:   103131:f8950c8dfe78
user:        Benjamin Peterson <benjamin at python.org>
date:        Tue Sep 06 12:07:53 2016 -0700
summary:
  do not need vcstdint.h anymore

files:
  Modules/_decimal/libmpdec/vccompat.h |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Modules/_decimal/libmpdec/vccompat.h b/Modules/_decimal/libmpdec/vccompat.h
--- a/Modules/_decimal/libmpdec/vccompat.h
+++ b/Modules/_decimal/libmpdec/vccompat.h
@@ -32,7 +32,6 @@
 
 /* Visual C fixes: no stdint.h, no snprintf ... */
 #ifdef _MSC_VER
-  #include "vcstdint.h"
   #undef inline
   #define inline __inline
   #undef random

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list