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

ruby-changes:57307

From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Tue, 27 Aug 2019 15:54:11 +0900 (JST)
Subject: [ruby-changes:57307] 卜部昌平: 6007c7c366 (master): delete rb_method_defined_by declaration.

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

From 6007c7c3663fd1b92020cf60e806cc9634947d5d 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: Tue, 27 Aug 2019 13:03:47 +0900
Subject: delete rb_method_defined_by declaration.

Ko1 missed this in d5893b91faa7dc77ca6c9728d1054dabd757aead.

diff --git a/internal.h b/internal.h
index eb18581..d6b762a 100644
--- a/internal.h
+++ b/internal.h
@@ -2311,7 +2311,6 @@ void Init_vm_stack_canary(void); https://github.com/ruby/ruby/blob/trunk/internal.h#L2311
 
 /* vm_method.c */
 void Init_eval_method(void);
-int rb_method_defined_by(VALUE obj, ID mid, VALUE (*cfunc)(ANYARGS));
 
 /* miniprelude.c, prelude.c */
 void Init_prelude(void);
-- 
cgit v0.10.2


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

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