commit | dbb7aa5bd1a07c75bb769ce978161863e31232ba | [log] [tgz] |
---|---|---|
author | Zachary Ware <zachary.ware@gmail.com> | Wed Jun 11 15:28:31 2014 -0500 |
committer | Zachary Ware <zachary.ware@gmail.com> | Wed Jun 11 15:28:31 2014 -0500 |
tree | 8c1ee27510f2380dc05ccf1f5d6432059f63389a | |
parent | 475a476237d9bdb7b81eaa542d4286fa89e71255 [diff] | |
parent | 732ac3214b502c2294c65001c975c0b7c9b73a96 [diff] |
Closes #21713: Merge with 3.4
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 @@ #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