commit | 6586a015144f15a979d573a79d91e700e4b3009f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 30 11:04:50 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 30 11:04:50 2022 +0100 |
tree | e276ff392ab6f428c169b2fb0b8646643109bd44 | |
parent | b152b6a40f729ed81a25d2fa541a4e73e201bec4 [diff] [blame] |
patch 9.0.0627: "const" and "final" both make the type a constant Problem: "const" and "final" both make the type a constant. (Daniel Steinberg) Solution: Only have "const" make the type a constant.
diff --git a/src/version.c b/src/version.c index 40dad23..a2e66b2 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 627, +/**/ 626, /**/ 625,