Skip to content

Commit

Permalink
Issue python#21713: Fix typo in a comment. Found by Joseph Shen.
Browse files Browse the repository at this point in the history
  • Loading branch information
zware committed Jun 11, 2014
1 parent e973823 commit 732ac32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PC/pyconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 732ac32

Please sign in to comment.