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

ruby-changes:38507

From: ko1 <ko1@a...>
Date: Thu, 21 May 2015 17:02:18 +0900 (JST)
Subject: [ruby-changes:38507] ko1:r50588 (trunk): commit miss. iseq.h should be commit with last commit.

ko1	2015-05-21 17:01:59 +0900 (Thu, 21 May 2015)

  New Revision: 50588

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

  Log:
    commit miss. iseq.h should be commit with last commit.

  Modified files:
    trunk/iseq.h
Index: iseq.h
===================================================================
--- iseq.h	(revision 50587)
+++ iseq.h	(revision 50588)
@@ -34,7 +34,7 @@ VALUE rb_iseq_line_trace_all(VALUE iseqv https://github.com/ruby/ruby/blob/trunk/iseq.h#L34
 VALUE rb_iseq_line_trace_specify(VALUE iseqval, VALUE pos, VALUE set);
 
 /* proc.c */
-rb_iseq_t *rb_method_get_iseq(VALUE body);
+rb_iseq_t *rb_method_iseq(VALUE body);
 rb_iseq_t *rb_proc_get_iseq(VALUE proc, int *is_proc);
 
 struct rb_compile_option_struct {

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

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