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.
1 parent 3b9493b commit fd0ddabCopy full SHA for fd0ddab
1 file changed
Include/pymacro.h
@@ -30,7 +30,7 @@
30
error (see Py_BUILD_ASSERT_EXPR).
31
32
Written by Rusty Russell, public domain, http://ccodearchive.net/ */
33
-#if defined(__GNUC__)
+#if (defined(__GNUC__) && !defined(__STRICT_ANSI__))
34
/* Two gcc extensions.
35
&a[0] degrades to a pointer: a different type from an array */
36
#define Py_ARRAY_LENGTH(array) \
0 commit comments