commit | 30a844771554d28f1a88a256e6088dbb252228c1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 27 08:07:14 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 27 08:07:14 2023 +0000 |
tree | dfeedb4a2cd9ca080b6b1f4403fc2b910670b288 | |
parent | c4e1b86cb0d88fa5ec1141d3c600e026dcc1bc21 [diff] [blame] |
patch 9.0.1358: compilation error with some compilers Problem: Compilation error with some compilers. Solution: Avoid using "class" as member name.
diff --git a/src/version.c b/src/version.c index a85b81c..855aa34 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1358, +/**/ 1357, /**/ 1356,