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

ruby-changes:48347

From: mame <ko1@a...>
Date: Fri, 27 Oct 2017 09:26:03 +0900 (JST)
Subject: [ruby-changes:48347] mame:r60461 (trunk): Restore the prototype declaration of rb_vm_bh_to_procval

mame	2017-10-27 09:25:57 +0900 (Fri, 27 Oct 2017)

  New Revision: 60461

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60461

  Log:
    Restore the prototype declaration of rb_vm_bh_to_procval
    
    Fixes r60460

  Modified files:
    trunk/proc.c
Index: proc.c
===================================================================
--- proc.c	(revision 60460)
+++ proc.c	(revision 60461)
@@ -384,6 +384,8 @@ bind_eval(int argc, VALUE *argv, VALUE b https://github.com/ruby/ruby/blob/trunk/proc.c#L384
     return rb_f_eval(argc+1, args, Qnil /* self will be searched in eval */);
 }
 
+VALUE rb_vm_bh_to_procval(rb_execution_context_t *ec, VALUE block_handler);
+
 static const VALUE *
 get_local_variable_ptr(const rb_env_t **envp, ID lid)
 {

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

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