commit | b9cdb37176a163f5047e149c3b568eee9883157c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 17 18:24:35 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 17 18:24:35 2019 +0200 |
tree | 7d87703ffde0b3dd1ac811e1883415a168ce60bb | |
parent | 2b00b9b0f355421fdb49e3a15f5a62af657d1922 [diff] [blame] |
patch 8.1.1182: some function prototypes are outdated Problem: Some function prototypes are outdated. Solution: Update function prototypes. (Ken Takata, closes #4267)
diff --git a/src/version.c b/src/version.c index cef19e8..f265f64 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1182, +/**/ 1181, /**/ 1180,