ruby-changes:66108
From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Mon, 10 May 2021 11:18:36 +0900 (JST)
Subject: [ruby-changes:66108] 043ac94db6 (master): rb_fiber_new_kw: doesn't exist
https://git.ruby-lang.org/ruby.git/commit/?id=043ac94db6 From 043ac94db663fc4fc33027bc2632e5402f8018c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= <shyouhei@r...> Date: Fri, 7 May 2021 15:49:13 +0900 Subject: rb_fiber_new_kw: doesn't exist Not against having such thing but currently we lack one. --- include/ruby/internal/intern/cont.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ruby/internal/intern/cont.h b/include/ruby/internal/intern/cont.h index cfa5630..6988f75 100644 --- a/include/ruby/internal/intern/cont.h +++ b/include/ruby/internal/intern/cont.h @@ -28,7 +28,6 @@ RBIMPL_SYMBOL_EXPORT_BEGIN() https://github.com/ruby/ruby/blob/trunk/include/ruby/internal/intern/cont.h#L28 /* cont.c */ VALUE rb_fiber_new(rb_block_call_func_t, VALUE); -VALUE rb_fiber_new_kw(rb_block_call_func_t, VALUE, int kw_splat); VALUE rb_fiber_resume(VALUE fib, int argc, const VALUE *argv); VALUE rb_fiber_resume_kw(VALUE fib, int argc, const VALUE *argv, int kw_splat); VALUE rb_fiber_yield(int argc, const VALUE *argv); -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/