]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1726: older MSVC doesn't support declarations halfway a block v8.0.1726
authorBram Moolenaar <Bram@vim.org>
Mon, 16 Apr 2018 15:06:09 +0000 (17:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 16 Apr 2018 15:06:09 +0000 (17:06 +0200)
commitdf2c774ded4c2ed169390a352099c23b6db657c4
treed7054b0965cb86fe63c1988288fcc8d9eb5a9b7c
parent32c67ba733abcd4f2d729595fdccb2295445636a
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.
src/main.c
src/version.c