To: vim_dev@googlegroups.com Subject: Patch 8.2.2126 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.2126 Problem: Ruby: missing function prototype. Solution: Add the prototype. Files: src/if_ruby.c *** ../vim-8.2.2125/src/if_ruby.c 2020-12-06 21:11:27.386524151 +0100 --- src/if_ruby.c 2020-12-10 20:49:54.087091091 +0100 *************** *** 512,517 **** --- 512,521 ---- # endif # endif + # if RUBY_VERSION >= 26 + void rb_ary_detransient_stub(VALUE x); + # endif + # if (RUBY_VERSION >= 19) && !defined(PROTO) # if RUBY_VERSION >= 22 long *** ../vim-8.2.2125/src/version.c 2020-12-10 20:21:20.274198438 +0100 --- src/version.c 2020-12-10 20:50:21.786977506 +0100 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 2126, /**/ -- Living on Earth includes an annual free trip around the Sun. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///