1
0
forked from aniani/vim

patch 8.2.1234: Lua build problem with old compiler

Problem:    Lua build problem with old compiler.
Solution:   Move declarations to start of the block. (Taro Muraoka,
            closes #6477)
This commit is contained in:
Bram Moolenaar
2020-07-18 12:50:35 +02:00
parent f0b9f43c31
commit 066e7da3cd
2 changed files with 10 additions and 2 deletions

View File

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