1
0
forked from aniani/vim

patch 8.2.4004: old compiler complains about struct init with variable

Problem:    Old compiler complains about struct init with variable.
Solution:   Set the struct member later. (John Marriott)
This commit is contained in:
Bram Moolenaar
2022-01-04 20:05:04 +00:00
parent d88be5be80
commit 548911ee14
2 changed files with 4 additions and 2 deletions

View File

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