1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2022-12-18 22:01:42 +00:00
parent d505d17885
commit c336ae3ce6
2 changed files with 24 additions and 19 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1075,
/**/
1074,
/**/