mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
merge 3.6 (#28898)
This commit is contained in:
commit
4ebcdac556
1 changed files with 3 additions and 2 deletions
|
@ -37,9 +37,10 @@ Used in: Py_SAFE_DOWNCAST
|
||||||
* integral synonyms. Only define the ones we actually need.
|
* integral synonyms. Only define the ones we actually need.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// long long is required now. Define HAVE_LONG_LONG unconditionally for
|
// long long is required. Ensure HAVE_LONG_LONG is defined for compatibility.
|
||||||
// compatibility.
|
#ifndef HAVE_LONG_LONG
|
||||||
#define HAVE_LONG_LONG
|
#define HAVE_LONG_LONG
|
||||||
|
#endif
|
||||||
#ifndef PY_LONG_LONG
|
#ifndef PY_LONG_LONG
|
||||||
#define PY_LONG_LONG long long
|
#define PY_LONG_LONG long long
|
||||||
/* If LLONG_MAX is defined in limits.h, use that. */
|
/* If LLONG_MAX is defined in limits.h, use that. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue