We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2ffce commit f7eda38Copy full SHA for f7eda38
Include/pyport.h
@@ -37,7 +37,7 @@ Used in: Py_SAFE_DOWNCAST
37
* integral synonyms. Only define the ones we actually need.
38
*/
39
40
-// long long is required. Ensure HAVE_LONG_LONG is defined for compatibility.
+/* long long is required. Ensure HAVE_LONG_LONG is defined for compatibility. */
41
#ifndef HAVE_LONG_LONG
42
#define HAVE_LONG_LONG 1
43
#endif
0 commit comments