Thanks to visit codestin.com Credit goes to github.com
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.
2 parents b4f39ee + e0a2d12 commit b3cc7ebCopy full SHA for b3cc7eb
1 file changed
Include/pymacro.h
@@ -33,7 +33,7 @@
33
34
Requires at GCC 3.1+ */
35
#if (defined(__GNUC__) && !defined(__STRICT_ANSI__) && \
36
- ((__GNUC__ == 3) && (__GNU_MINOR__ >= 1)) || (__GNUC__ >= 4))
+ (((__GNUC__ == 3) && (__GNU_MINOR__ >= 1)) || (__GNUC__ >= 4)))
37
/* Two gcc extensions.
38
&a[0] degrades to a pointer: a different type from an array */
39
#define Py_ARRAY_LENGTH(array) \
0 commit comments