]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0966: some compilers don't allow a declaration after a label v9.0.0966
authorBram Moolenaar <Bram@vim.org>
Mon, 28 Nov 2022 19:11:02 +0000 (19:11 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 28 Nov 2022 19:11:02 +0000 (19:11 +0000)
commitf86490ed4fdab213a28f667abd055c023a73d645
tree250d6629cc136530884ee25fa461551640de608c
parente76062c078debed0df818f70e4db14ad7a7cb53a
patch 9.0.0966: some compilers don't allow a declaration after a label

Problem:    Some compilers don't allow a declaration after a label.
Solution:   Move the declaration to the start of the block. (John Marriott)
src/screen.c
src/version.c