diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2020-03-14 11:47:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-14 11:47:09 (GMT) |
commit | faf626b8cc6dd5c952f3fa33b09ae521388479cd (patch) | |
tree | 58a8b1ed67093ea98b463efcdb5d55e039f26cac /Python | |
parent | 5208b4b37953a406db0ed6a9db545c2948dde989 (diff) | |
download | cpython-faf626b8cc6dd5c952f3fa33b09ae521388479cd.zip cpython-faf626b8cc6dd5c952f3fa33b09ae521388479cd.tar.gz cpython-faf626b8cc6dd5c952f3fa33b09ae521388479cd.tar.bz2 |
Make cpython/abstract.h compatible with C90 (#18481)
Some inline functions use mixed declarations and code. These end up
visible in third-party code that includes Python.h, which might not be
using a C99 compiler. Fix by moving the declarations first, like in
the old days.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions