1
0
forked from aniani/vim

patch 8.2.2521: some compilers can't handle pointer initialization

Problem:    Some compilers can't handle pointer initialization. (John
            Marriott)
Solution:   Use a local struct and assign it afterwards.
This commit is contained in:
Bram Moolenaar
2021-02-16 22:22:13 +01:00
parent 04ea7e9049
commit 333bd56422
2 changed files with 23 additions and 17 deletions

View File

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