1
0
forked from aniani/vim

patch 8.1.1115: cannot build with older C compiler

Problem:    Cannot build with older C compiler.
Solution:   Move variable declaration to start of block.
This commit is contained in:
Bram Moolenaar
2019-04-04 15:40:56 +02:00
parent 0f248b006c
commit 8f4aeb5572
2 changed files with 7 additions and 5 deletions

View File

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