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 794623b commit 83371f4Copy full SHA for 83371f4
Include/pymacro.h
@@ -53,7 +53,7 @@
53
54
Requires at GCC 3.1+ */
55
#if (defined(__GNUC__) && !defined(__STRICT_ANSI__) && \
56
- (((__GNUC__ == 3) && (__GNU_MINOR__ >= 1)) || (__GNUC__ >= 4)))
+ (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 1)) || (__GNUC__ >= 4)))
57
/* Two gcc extensions.
58
&a[0] degrades to a pointer: a different type from an array */
59
#define Py_ARRAY_LENGTH(array) \
0 commit comments