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 e824e21 commit ce37214Copy full SHA for ce37214
internal.h
@@ -1296,7 +1296,7 @@ VALUE rb_to_array_type(VALUE obj);
1296
VALUE rb_check_to_array(VALUE ary);
1297
VALUE rb_ary_tmp_new_from_values(VALUE, long, const VALUE *);
1298
VALUE rb_ary_behead(VALUE, long);
1299
-void rb_ary_detransient(VALUE a);
+VALUE *rb_ary_ptr_use_start(VALUE ary);
1300
#if defined(__GNUC__) && defined(HAVE_VA_ARGS_MACRO)
1301
#define rb_ary_new_from_args(n, ...) \
1302
__extension__ ({ \
0 commit comments