commit | f94178db8d7324099b1bf916a0dff022c08abdff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 14 17:50:00 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 14 17:50:00 2022 +0000 |
tree | 5cb00a1921db58029a90aaa52f59ea4bfaf65bab | |
parent | 91c9d6d772aaea9d8a8be6c6de0e9defe649f322 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 4e15b9d..5d9ea5d 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1059, +/**/ 1058, /**/ 1057,