0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.2.2126: Ruby: missing function prototype

Problem:    Ruby: missing function prototype.
Solution:   Add the prototype.
This commit is contained in:
Bram Moolenaar
2020-12-10 20:50:34 +01:00
parent 8f1bf2ef78
commit 0e12140550
2 changed files with 6 additions and 0 deletions

View File

@@ -512,6 +512,10 @@ static void (*dll_rb_gc_writebarrier_unprotect)(VALUE obj);
# 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