comparison src/version.c @ 16338:366978ec2c03 v8.1.1174

patch 8.1.1174: cannot build with Ruby 1.8 commit https://github.com/vim/vim/commit/8dc4c7292364d31cfb8afa8a67984b78b657b192 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 14 19:42:13 2019 +0200 patch 8.1.1174: cannot build with Ruby 1.8 Problem: Cannot build with Ruby 1.8. (Tom G. Christensen) Solution: Include ruby/st.h. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/4257)
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Apr 2019 19:45:04 +0200
parents b1e69c9e4c67
children 2f70fc41ff7e
comparison
equal deleted inserted replaced
16337:b8fb927a044c 16338:366978ec2c03
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1174,
774 /**/ 776 /**/
775 1173, 777 1173,
776 /**/ 778 /**/
777 1172, 779 1172,
778 /**/ 780 /**/