commit | 5162822914372fc916a93f85848c0c82209e7cec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 01 23:03:28 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 01 23:03:28 2016 +0100 |
tree | 10ca48f8f85f3a54843cc404c33d8de8ea4684f3 | |
parent | cf49790443eea7d720be556f4aaea261feb55259 [diff] [blame] |
patch 8.0.0118 Problem: "make proto" adds extra function prototype. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 6bc108f..cf91feb 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 118, +/**/ 117, /**/ 116,