commit | dace9f785fca6cc802b2fb7f11a5ee4fab896432 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 15:07:45 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 15:07:45 2020 +0100 |
tree | be11003225de54f079e9e009d30fa140c8f796d3 | |
parent | 3e112acc220dcacb58d77edca71910a532fffd0f [diff] [blame] |
patch 8.2.2235: build failure with some Ruby versions Problem: Build failure with some Ruby versions. Solution: Adjust the code for Ruby 3.0. (Ozaki Kiichi, closes #7564)
diff --git a/src/version.c b/src/version.c index 4dfa987..f6c1bf2 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2235, +/**/ 2234, /**/ 2233,