commit | 6c0c1e8052811a818739e2f3d543291b7a347ad0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 25 15:07:43 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 25 15:07:43 2017 +0100 |
tree | 7a7a122d90a436acf99b24b59a29728ae1d03370 | |
parent | ba6ad17378ddb9b33412d85174224997b8ff7a4f [diff] [blame] |
patch 8.0.0506: can't build with ANSI C Problem: Can't build with ANSI C. Solution: Move declarations to start of block.
diff --git a/src/version.c b/src/version.c index 9717094..e19da86 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 506, +/**/ 505, /**/ 504,