1
0
forked from aniani/vim

patch 9.0.0966: some compilers don't allow a declaration after a label

Problem:    Some compilers don't allow a declaration after a label.
Solution:   Move the declaration to the start of the block. (John Marriott)
This commit is contained in:
Bram Moolenaar
2022-11-28 19:11:02 +00:00
parent e76062c078
commit f86490ed4f
2 changed files with 4 additions and 2 deletions

View File

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