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:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2056,
|
||||
/**/
|
||||
2055,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user