comparison src/version.c @ 15392:0807e2dbbab6 v8.1.0704

patch 8.1.0704: building with Ruby 2.6 gives compiler warnings commit https://github.com/vim/vim/commit/f62fc316a212160d1c58be88f30efd11eb595493 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 8 20:29:32 2019 +0100 patch 8.1.0704: building with Ruby 2.6 gives compiler warnings Problem: Building with Ruby 2.6 gives compiler warnings. Solution: Define a stub for rb_ary_detransient. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/3779)
author Bram Moolenaar <Bram@vim.org>
date Tue, 08 Jan 2019 20:30:06 +0100
parents 00aa76a735e7
children f20d90aeecaa
comparison
equal deleted inserted replaced
15391:ba6f0883380b 15392:0807e2dbbab6
797 NULL 797 NULL
798 }; 798 };
799 799
800 static int included_patches[] = 800 static int included_patches[] =
801 { /* Add new patch number below this line */ 801 { /* Add new patch number below this line */
802 /**/
803 704,
802 /**/ 804 /**/
803 703, 805 703,
804 /**/ 806 /**/
805 702, 807 702,
806 /**/ 808 /**/