gh-116869: Make C API compatible with ISO C90 (#116950)

Make the C API compatible with -Werror=declaration-after-statement
compiler flag again.
This commit is contained in:
Victor Stinner 2024-03-18 20:16:58 +01:00 committed by GitHub
parent 590a26010d
commit a9c304cf02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 3 deletions

View file

@ -0,0 +1,2 @@
Make the C API compatible with ``-Werror=declaration-after-statement``
compiler flag again. Patch by Victor Stinner.