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 7c6b7ad commit 4e6da50Copy full SHA for 4e6da50
Include/pymacro.h
@@ -10,7 +10,7 @@
10
# define static_assert _Static_assert
11
#endif
12
13
-// static_assert is defined in GLIB from version 2.16. Before it requires
+// static_assert is defined in glibc from version 2.16. Before it requires
14
// compiler support (gcc >= 4.6) and is called _Static_assert.
15
#if (defined(__GLIBC__) \
16
&& (__GLIBC__ < 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ <= 16)) \
0 commit comments