diff options
author | Victor Stinner <vstinner@python.org> | 2023-12-03 12:18:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-03 12:18:24 +0100 |
commit | d9e444dbb86e173ee5b8491e3facbd447b91eaed (patch) | |
tree | e7df87caad725a64d3646ec3d72dbd59211c9f03 /Python/marshal.c | |
parent | 1f2a676785d48ed9ac01e60cc56a82e44b725474 (diff) | |
download | cpython-d9e444dbb86e173ee5b8491e3facbd447b91eaed.tar.gz cpython-d9e444dbb86e173ee5b8491e3facbd447b91eaed.zip |
gh-106560: Fix redundant declarations in Python/frozen.c (#112612)
Avoid duplicated declarations of "extern" functions in
Python/frozen.c.
Compiler warnings seen by building Python with gcc -Wredundant-decls.
Diffstat (limited to 'Python/marshal.c')
0 files changed, 0 insertions, 0 deletions