diff options
| author | Zachary Ware <zachary.ware@gmail.com> | 2014-06-11 15:27:04 -0500 |
|---|---|---|
| committer | Zachary Ware <zachary.ware@gmail.com> | 2014-06-11 15:27:04 -0500 |
| commit | 732ac3214b502c2294c65001c975c0b7c9b73a96 (patch) | |
| tree | 263b2171644a1912ec4d61a94c420d2cad7a6629 /PC | |
| parent | e9738239bad3a87ec6a5e409fcbf092533b67823 (diff) | |
| download | cpython-git-732ac3214b502c2294c65001c975c0b7c9b73a96.tar.gz | |
Issue #21713: Fix typo in a comment. Found by Joseph Shen.
Diffstat (limited to 'PC')
| -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 ccf75f3736..5a6acfc364 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 |
