1
0
forked from aniani/vim

patch 8.2.0560: compiler warning in tiny build

Problem:    Compiler warning in tiny build.
Solution:   Move declaration inside #ifdef. (Dominique Pelle, closes #5915)
This commit is contained in:
Bram Moolenaar
2020-04-12 20:01:11 +02:00
parent a80faa8930
commit 2196bce56f
2 changed files with 4 additions and 2 deletions

View File

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