Skip to content
Snippets Groups Projects
Unverified Commit 4e6da502 authored by Pablo Galindo Salgado's avatar Pablo Galindo Salgado Committed by GitHub
Browse files

gh-91731: Fix typo in pymacro.h (#92618)


* Fix typo in pymacro.h

* Update Include/pymacro.h

Co-authored-by: default avatarVictor Stinner <vstinner@python.org>

Co-authored-by: default avatarVictor Stinner <vstinner@python.org>
parent 7c6b7ade
Branches
Tags
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
# define static_assert _Static_assert # define static_assert _Static_assert
#endif #endif
// 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
// compiler support (gcc >= 4.6) and is called _Static_assert. // compiler support (gcc >= 4.6) and is called _Static_assert.
#if (defined(__GLIBC__) \ #if (defined(__GLIBC__) \
&& (__GLIBC__ < 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ <= 16)) \ && (__GLIBC__ < 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ <= 16)) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment