commit | 0324f9ea0aa5a0b983c21199a83e788d5863375d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 16 22:49:40 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 16 22:49:40 2019 +0100 |
tree | 5a7dc4463fc009bc06ae04ee694c4b4e65044fe1 | |
parent | d8a8c4ca089eaaf7934c0f2b3be676df5a4c0248 [diff] [blame] |
patch 8.1.2311: warning for missing function prototype Problem: Warning for missing function prototype. Solution: Add the proto. (Dominique Pelle, closes #5233)
diff --git a/src/version.c b/src/version.c index 35dc4e2..35969b5 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2311, +/**/ 2310, /**/ 2309,