There was an error while loading. Please reload this page.
2 parents 864a78e + 0d5742d commit 4ebcdacCopy full SHA for 4ebcdac
1 file changed
Include/pyport.h
@@ -37,9 +37,10 @@ Used in: Py_SAFE_DOWNCAST
37
* integral synonyms. Only define the ones we actually need.
38
*/
39
40
-// long long is required now. Define HAVE_LONG_LONG unconditionally for
41
-// compatibility.
+// long long is required. Ensure HAVE_LONG_LONG is defined for compatibility.
+#ifndef HAVE_LONG_LONG
42
#define HAVE_LONG_LONG
43
+#endif
44
#ifndef PY_LONG_LONG
45
#define PY_LONG_LONG long long
46
/* If LLONG_MAX is defined in limits.h, use that. */
0 commit comments