mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-91731: Fix typo in pymacro.h (GH-92618)
* Fix typo in pymacro.h
* Update Include/pymacro.h
Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Victor Stinner <vstinner@python.org>
(cherry picked from commit 4e6da502f4
)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
This commit is contained in:
parent
635b62a376
commit
6546af31ee
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
# define static_assert _Static_assert
|
||||
#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.
|
||||
#if (defined(__GLIBC__) \
|
||||
&& (__GLIBC__ < 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ <= 16)) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue