mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Merge 3.6
This commit is contained in:
commit
af6fdf3241
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ Used in: Py_SAFE_DOWNCAST
|
|||
|
||||
// long long is required. Ensure HAVE_LONG_LONG is defined for compatibility.
|
||||
#ifndef HAVE_LONG_LONG
|
||||
#define HAVE_LONG_LONG
|
||||
#define HAVE_LONG_LONG 1
|
||||
#endif
|
||||
#ifndef PY_LONG_LONG
|
||||
#define PY_LONG_LONG long long
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue