comparison src/version.c @ 23384:f719577ddae6 v8.2.2235

patch 8.2.2235: build failure with some Ruby versions Commit: https://github.com/vim/vim/commit/dace9f785fca6cc802b2fb7f11a5ee4fab896432 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 28 15:07:45 2020 +0100 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 https://github.com/vim/vim/issues/7564)
author Bram Moolenaar <Bram@vim.org>
date Mon, 28 Dec 2020 15:15:03 +0100
parents 7d6bffda5b6b
children 3105546b941f
comparison
equal deleted inserted replaced
23383:68a3d16e47cb 23384:f719577ddae6
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2235,
753 /**/ 755 /**/
754 2234, 756 2234,
755 /**/ 757 /**/
756 2233, 758 2233,
757 /**/ 759 /**/