commit | 895a7a472d2eb4413e63cdad3213cb1ef1633458 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 10 21:36:11 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 10 21:36:11 2020 +0200 |
tree | 4b55a94f80177196a7a7608f67d83533725c3768 | |
parent | ad9ec5e79916d206fd7677b77e36485c47ae534f [diff] [blame] |
patch 8.2.1655: cannot build with Strawberry Perl 5.32.0 Problem: Cannot build with Strawberry Perl 5.32.0. Solution: Use Perl_sv_2pvbyte_flags. (closes #6921)
diff --git a/src/version.c b/src/version.c index 290d888..2628ed6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1655, +/**/ 1654, /**/ 1653,