]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42598: Fix implicit function declarations in configure (GH-23690)
authorJoshua Root <jmr@macports.org>
Sun, 13 Dec 2020 20:56:34 +0000 (07:56 +1100)
committerGitHub <noreply@github.com>
Sun, 13 Dec 2020 20:56:34 +0000 (15:56 -0500)
commit674fa0a740151e0416c9383f127b16014e805990
treea117f25851f8fe60cadb98e195b70608e4c9a8b7
parent463c7d3d149283814d879a9bb8411af64e656c8e
bpo-42598: Fix implicit function declarations in configure (GH-23690)

This is invalid in C99 and later and is an error with some compilers
(e.g. clang in Xcode 12), and can thus cause configure checks to
produce incorrect results.
Misc/NEWS.d/next/Build/2020-12-13-14-43-10.bpo-42598.7ipr5H.rst [new file with mode: 0644]
configure
configure.ac