]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1059: build failure with some compilers v9.0.1059
authorBram Moolenaar <Bram@vim.org>
Wed, 14 Dec 2022 17:50:00 +0000 (17:50 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 14 Dec 2022 17:50:00 +0000 (17:50 +0000)
commitf94178db8d7324099b1bf916a0dff022c08abdff
tree5cb00a1921db58029a90aaa52f59ea4bfaf65bab
parent91c9d6d772aaea9d8a8be6c6de0e9defe649f322
patch 9.0.1059: build failure with some compilers

Problem:    Build failure with some compilers that can't handle a
            declaration directly after a "case" statement.
Solution:   Add a block to put the declarations in.
src/eval.c
src/version.c