mirror of
https://github.com/python/cpython.git
synced 2025-10-28 01:00:34 +00:00
Closes #21713: Merge with 3.4
This commit is contained in:
commit
dbb7aa5bd1
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
|
||||||
#else
|
#else
|
||||||
/* VC6, VS 2002 and eVC4 don't support the C99 LL suffix for 64-bit integer literals */
|
/* VC6, VS 2002 and eVC4 don't support the C99 LL suffix for 64-bit integer literals */
|
||||||
#define Py_LL(x) x##I64
|
#define Py_LL(x) x##I64
|
||||||
#endif /* _MSC_VER > 1200 */
|
#endif /* _MSC_VER > 1300 */
|
||||||
#endif /* _MSC_VER */
|
#endif /* _MSC_VER */
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue