We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1bf2e commit 0e12140Copy full SHA for 0e12140
2 files changed
src/if_ruby.c
@@ -512,6 +512,10 @@ static void (*dll_rb_gc_writebarrier_unprotect)(VALUE obj);
512
# endif
513
514
515
+# if RUBY_VERSION >= 26
516
+void rb_ary_detransient_stub(VALUE x);
517
+# endif
518
+
519
# if (RUBY_VERSION >= 19) && !defined(PROTO)
520
# if RUBY_VERSION >= 22
521
long
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 2126,
755
/**/
756
2125,
757
0 commit comments