commit | 548911ee145cdd166f20e46aa720d1631e66f64e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 04 20:05:04 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 04 20:05:04 2022 +0000 |
tree | 3d1b61e9230da9153da4297629f347f4c25e0cf5 | |
parent | d88be5be80f47826397d12ffc90150a443821f2b [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index f657caa..a7ffa77 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4004, +/**/ 4003, /**/ 4002,