commit | 543467136f001708f4c63376ac5d18adde82db30 | [log] [tgz] |
---|---|---|
author | ichizok <gclient.gaap@gmail.com> | Thu May 27 18:05:14 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 27 18:05:14 2021 +0200 |
tree | f4bfa17e87eb7f76f20c776d938926e8b2c6d34c | |
parent | 840f91f110c4790a145e76eec453326445290f21 [diff] [blame] |
patch 8.2.2891: cannot build with Perl 5.34 Problem: Cannot build with Perl 5.34. Solution: Add Perl_SvTRUE_common(). (Ozaki Kiichi, closes #8266, closes #8250)
diff --git a/src/version.c b/src/version.c index e61edc6..775c4f4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2891, +/**/ 2890, /**/ 2889,