diff options
author | Bram Moolenaar <Bram@vim.org> | 2023-02-27 08:07:14 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2023-02-27 08:07:14 +0000 |
commit | 30a844771554d28f1a88a256e6088dbb252228c1 (patch) | |
tree | dfeedb4a2cd9ca080b6b1f4403fc2b910670b288 /src/version.c | |
parent | c4e1b86cb0d88fa5ec1141d3c600e026dcc1bc21 (diff) | |
download | vim-git-9.0.1358.tar.gz |
patch 9.0.1358: compilation error with some compilersv9.0.1358
Problem: Compilation error with some compilers.
Solution: Avoid using "class" as member name.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index a85b81cc8..855aa3437 100644 --- a/src/version.c +++ b/src/version.c @@ -696,6 +696,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1358, +/**/ 1357, /**/ 1356, |