mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
commit miss. iseq.h should be commit with last commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0dba10a47f
commit
c0ce9a7227
1 changed files with 1 additions and 1 deletions
2
iseq.h
2
iseq.h
|
@ -34,7 +34,7 @@ VALUE rb_iseq_line_trace_all(VALUE iseqval);
|
|||
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 {
|
||||
|
|
Loading…
Reference in a new issue