Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4e6da50

Browse files
gh-91731: Fix typo in pymacro.h (#92618)
* Fix typo in pymacro.h* Update Include/pymacro.hCo-authored-by: Victor Stinner <vstinner@python.org>Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent7c6b7ad commit4e6da50

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
# definestatic_assert _Static_assert
1111
#endif
1212

13-
// static_assert is defined inGLIB from version 2.16. Before it requires
13+
// static_assert is defined inglibc 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)

[8]ページ先頭

©2009-2025 Movatter.jp