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:
@@ -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
|
||||
|
Reference in New Issue
Block a user