Skip to content

Commit 41e35f3

Browse files
committed
always define HAVE_LONG_LONG (#27961)
1 parent 9ac11a7 commit 41e35f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Include/pyport.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ Used in: Py_SAFE_DOWNCAST
3737
* integral synonyms. Only define the ones we actually need.
3838
*/
3939

40+
// long long is required now. Define HAVE_LONG_LONG unconditionally for
41+
// compatibility.
42+
#define HAVE_LONG_LONG
4043
#ifndef PY_LONG_LONG
4144
#define PY_LONG_LONG long long
4245
/* If LLONG_MAX is defined in limits.h, use that. */

0 commit comments

Comments
 (0)