mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
always define HAVE_LONG_LONG (#27961)
This commit is contained in:
parent
9ac11a752a
commit
41e35f37ed
1 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,9 @@ Used in: Py_SAFE_DOWNCAST
|
|||
* integral synonyms. Only define the ones we actually need.
|
||||
*/
|
||||
|
||||
// long long is required now. Define HAVE_LONG_LONG unconditionally for
|
||||
// compatibility.
|
||||
#define HAVE_LONG_LONG
|
||||
#ifndef PY_LONG_LONG
|
||||
#define PY_LONG_LONG long long
|
||||
/* If LLONG_MAX is defined in limits.h, use that. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue