Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af6fdf3

Browse files
committed
Merge 3.6
2 parents 85c1c94 + a251fb0 commit af6fdf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/pyport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Used in: Py_SAFE_DOWNCAST
3939

4040
// long long is required. Ensure HAVE_LONG_LONG is defined for compatibility.
4141
#ifndef HAVE_LONG_LONG
42-
#define HAVE_LONG_LONG
42+
#define HAVE_LONG_LONG 1
4343
#endif
4444
#ifndef PY_LONG_LONG
4545
#define PY_LONG_LONG long long

0 commit comments

Comments
 (0)