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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202012101951.0BAJp0612329664%40masaka.moolenaar.net.