commit | c336ae3ce60a2f047b72344ac827568606c5aa15 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 18 22:01:42 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 18 22:01:42 2022 +0000 |
tree | 566f7dc81a43c0c983cfe65740058ea621543fe3 | |
parent | d505d178858434e1afef0363a9fce4bcb1bc3d06 [diff] [blame] |
patch 9.0.1075: build fails if compiler doesn't allow declaration after case Problem: build fails if the compiler doesn't allow for a declaration right after "case". Solution: Add a block.
diff --git a/src/version.c b/src/version.c index 0c7c50f..a734f55 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1075, +/**/ 1074, /**/ 1073,