1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2022-12-14 17:50:00 +00:00
parent 91c9d6d772
commit f94178db8d
2 changed files with 26 additions and 20 deletions

View File

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