commit | df2c774ded4c2ed169390a352099c23b6db657c4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 16 17:06:09 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 16 17:06:09 2018 +0200 |
tree | d7054b0965cb86fe63c1988288fcc8d9eb5a9b7c | |
parent | 32c67ba733abcd4f2d729595fdccb2295445636a [diff] [blame] |
patch 8.0.1726: older MSVC doesn't support declarations halfway a block Problem: Older MSVC doesn't support declarations halfway a block. Solution: Move the declaration back to the start of the block.
diff --git a/src/version.c b/src/version.c index f3143fe..ba093c5 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1726, +/**/ 1725, /**/ 1724,