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

Commitd511ca6

Browse files
committed
Avoid "empty structure" compile error.
1 parentf447ce4 commitd511ca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Objects/typeobject.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3795,8 +3795,8 @@ apply_slot_updates(slot_update_t *updates)
37953795

37963796
#else
37973797

3798-
//not used, slot updates are applied immediately
3799-
typedefstruct {}slot_update_t;
3798+
//dummy definition, this parameter is only NULL in the default build
3799+
typedefvoidslot_update_t;
38003800

38013801
#endif
38023802

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp