comparison src/version.c @ 20959:2023b9a5c161 v8.2.1031

patch 8.2.1031: build failure with Perl5.32 Commit: https://github.com/vim/vim/commit/f5433fbfe4324fd443664fb924116b5ed675bef5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 21 20:06:54 2020 +0200 patch 8.2.1031: build failure with Perl5.32 Problem: Build failure with Perl5.32. Solution: Define a few more functions. (Felix Yan, closes https://github.com/vim/vim/issues/6310)
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Jun 2020 20:15:03 +0200
parents 2f2bc98a8dfb
children 0e01976dfd3b
comparison
equal deleted inserted replaced
20958:4cfc5977d0fd 20959:2023b9a5c161
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1031,
757 /**/ 759 /**/
758 1030, 760 1030,
759 /**/ 761 /**/
760 1029, 762 1029,
761 /**/ 763 /**/