]> granicus.if.org Git - python/commitdiff
Issue #21713: Fix typo in a comment. Found by Joseph Shen.
authorZachary Ware <zachary.ware@gmail.com>
Wed, 11 Jun 2014 20:27:04 +0000 (15:27 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Wed, 11 Jun 2014 20:27:04 +0000 (15:27 -0500)
PC/pyconfig.h

index ccf75f37364498b66f1e13cf2c315a33254c4fe1..5a6acfc364fca0197ebd7fd0cdfb85ed566d050c 100644 (file)
@@ -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