1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-11-26 20:11:11 +01:00
parent 2472a74be4
commit ce7be3a0e6
3 changed files with 20 additions and 2 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2056,
/**/
2055,
/**/