comparison src/version.c @ 23019:29b2448f2191 v8.2.2056

patch 8.2.2056: configure fails when building with implicit-function-declaration Commit: https://github.com/vim/vim/commit/ce7be3a0e6f19bc85990bb8fcfe5e208944777b4 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 26 20:11:11 2020 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Thu, 26 Nov 2020 20:15:04 +0100
parents d80faed40bec
children d10a37eb91ee
comparison
equal deleted inserted replaced
23018:4007526cb1ed 23019:29b2448f2191
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2056,
753 /**/ 755 /**/
754 2055, 756 2055,
755 /**/ 757 /**/
756 2054, 758 2054,
757 /**/ 759 /**/