[前][次][番号順一覧][スレッド一覧]

ruby-changes:63293

From: Chris <ko1@a...>
Date: Wed, 7 Oct 2020 07:42:10 +0900 (JST)
Subject: [ruby-changes:63293] c839168b11 (master): Don't export rb_callable_receiver

https://git.ruby-lang.org/ruby.git/commit/?id=c839168b11

From c839168b1141db53bedef771d1bc78908b6ac782 Mon Sep 17 00:00:00 2001
From: Chris Seaton <chris.seaton@s...>
Date: Mon, 5 Oct 2020 23:51:44 +0100
Subject: Don't export rb_callable_receiver


diff --git a/include/ruby/internal/intern/proc.h b/include/ruby/internal/intern/proc.h
index d6f77cb..003e6a0 100644
--- a/include/ruby/internal/intern/proc.h
+++ b/include/ruby/internal/intern/proc.h
@@ -50,4 +50,6 @@ VALUE rb_protect(VALUE (*)(VALUE), VALUE, int*); https://github.com/ruby/ruby/blob/trunk/include/ruby/internal/intern/proc.h#L50
 
 RBIMPL_SYMBOL_EXPORT_END()
 
+VALUE rb_callable_receiver(VALUE);
+
 #endif /* RBIMPL_INTERN_PROC_H */
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]