commit | e638acc9274112ca5ac6b610b01e44ab2a1e19ce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 15 17:08:51 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 15 17:08:51 2023 +0000 |
tree | 1806cfefa331c8c4eae6d6e80001302882ae92df | |
parent | e764d1b4219e6615a04df1c3a6a5c0210a0a7dac [diff] [blame] |
patch 9.0.1404: compilation error with some compilers Problem: Compilation error with some compilers. Solution: Adjust array initialization. (John Marriott)
diff --git a/src/version.c b/src/version.c index 7055dc1..cad03e6 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1404, +/**/ 1403, /**/ 1402,