]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2056: configure fails when building with implicit-function-declaration v8.2.2056
authorBram Moolenaar <Bram@vim.org>
Thu, 26 Nov 2020 19:11:11 +0000 (20:11 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 26 Nov 2020 19:11:11 +0000 (20:11 +0100)
commitce7be3a0e6f19bc85990bb8fcfe5e208944777b4
tree05f693e575be40068c6ced92e0fd72f8e2e49264
parent2472a74be4dedfeaff22314f31cf9787618163d1
patch 8.2.2056: configure fails when building with implicit-function-declaration

Problem:    Configure fails when building with the
            "implicit-function-declaration" error enabled, specifically on Mac.
Solution:   Declear the functions like in the source code. (suggestion by
            Clemens Lang, closes #7380)
src/auto/configure
src/configure.ac
src/version.c