commit | dcaa54dded7c7ef9b2217a205d23301d313e96dc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 27 22:45:00 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 27 22:45:00 2019 +0200 |
tree | 5bb371d0a019564c7de9dc4874ccf549e5d47b27 | |
parent | ad6dc49a7564a99fca36c1928e3865787d3bd5b2 [diff] [blame] |
patch 8.1.1222: build still fails on MS-Windows Problem: Build still fails on MS-Windows. Solution: Move another declaration to start of block.
diff --git a/src/version.c b/src/version.c index c65c541..1bdcaaf 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1222, +/**/ 1221, /**/ 1220,