commit | f5433fbfe4324fd443664fb924116b5ed675bef5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 21 20:06:54 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 21 20:06:54 2020 +0200 |
tree | 59f9c99a89ef94eed9eef02e848376e20fdce3a6 | |
parent | da58134eedf43ae4b9013c93ecbdf55e4da4b8a3 [diff] [blame] |
patch 8.2.1031: build failure with Perl5.32 Problem: Build failure with Perl5.32. Solution: Define a few more functions. (Felix Yan, closes #6310)
diff --git a/src/version.c b/src/version.c index aff20e1..bfcd95d 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1031, +/**/ 1030, /**/ 1029,