Kaydet (Commit) 41e35f37 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

always define HAVE_LONG_LONG (#27961)

üst 9ac11a75
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment