Skip to content

Commit 4e6da50

Browse files
pablogsalvstinner
andauthored
gh-91731: Fix typo in pymacro.h (#92618)
* Fix typo in pymacro.h * Update Include/pymacro.h Co-authored-by: Victor Stinner <[email protected]> Co-authored-by: Victor Stinner <[email protected]>
1 parent 7c6b7ad commit 4e6da50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/pymacro.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# define static_assert _Static_assert
1111
#endif
1212

13-
// static_assert is defined in GLIB from version 2.16. Before it requires
13+
// static_assert is defined in glibc from version 2.16. Before it requires
1414
// compiler support (gcc >= 4.6) and is called _Static_assert.
1515
#if (defined(__GLIBC__) \
1616
&& (__GLIBC__ < 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ <= 16)) \

0 commit comments

Comments
 (0)