mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
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:
parent
590a26010d
commit
a9c304cf02
3 changed files with 5 additions and 3 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Make the C API compatible with ``-Werror=declaration-after-statement``
|
||||
compiler flag again. Patch by Victor Stinner.
|
||||
Loading…
Add table
Add a link
Reference in a new issue