diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-06-11 20:28:31 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-06-11 20:28:31 (GMT) |
commit | dbb7aa5bd1a07c75bb769ce978161863e31232ba (patch) | |
tree | 8c1ee27510f2380dc05ccf1f5d6432059f63389a /PC/pyconfig.h | |
parent | 475a476237d9bdb7b81eaa542d4286fa89e71255 (diff) | |
parent | 732ac3214b502c2294c65001c975c0b7c9b73a96 (diff) | |
download | cpython-dbb7aa5bd1a07c75bb769ce978161863e31232ba.zip cpython-dbb7aa5bd1a07c75bb769ce978161863e31232ba.tar.gz cpython-dbb7aa5bd1a07c75bb769ce978161863e31232ba.tar.bz2 |
Closes #21713: Merge with 3.4
Diffstat (limited to 'PC/pyconfig.h')
-rw-r--r-- | PC/pyconfig.h | 2 |
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 |