summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-06-11 20:28:31 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-06-11 20:28:31 (GMT)
commitdbb7aa5bd1a07c75bb769ce978161863e31232ba (patch)
tree8c1ee27510f2380dc05ccf1f5d6432059f63389a /PC
parent475a476237d9bdb7b81eaa542d4286fa89e71255 (diff)
parent732ac3214b502c2294c65001c975c0b7c9b73a96 (diff)
downloadcpython-dbb7aa5bd1a07c75bb769ce978161863e31232ba.zip
cpython-dbb7aa5bd1a07c75bb769ce978161863e31232ba.tar.gz
cpython-dbb7aa5bd1a07c75bb769ce978161863e31232ba.tar.bz2
Closes #21713: Merge with 3.4
Diffstat (limited to 'PC')
-rw-r--r--PC/pyconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index c0f802b..e82e6e9 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -390,7 +390,7 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
#else
/* VC6, VS 2002 and eVC4 don't support the C99 LL suffix for 64-bit integer literals */
#define Py_LL(x) x##I64
-#endif /* _MSC_VER > 1200 */
+#endif /* _MSC_VER > 1300 */
#endif /* _MSC_VER */
#endif