commit | 333bd56422d840961c6df51d4450c884f8500994 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 16 22:22:13 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 16 22:22:13 2021 +0100 |
tree | b5b7adf5794e019c179ac33347999dd71fae3832 | |
parent | 04ea7e9049706788179945e2a91922c0b7cb9ed0 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index c1d89c0..7323b8f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2521, +/**/ 2520, /**/ 2519,