mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ce798d08de
commit
5164e2e43a
1 changed files with 1 additions and 1 deletions
2
iseq.c
2
iseq.c
|
@ -421,7 +421,7 @@ set_relation(rb_iseq_t *iseq, const rb_iseq_t *piseq)
|
|||
|
||||
static VALUE
|
||||
prepare_iseq_build(rb_iseq_t *iseq,
|
||||
VALUE name, VALUE path, VALUE realpath, VALUE first_lineno, const rb_code_location_t *code_location, const int node_id,
|
||||
VALUE name, VALUE path, VALUE realpath, VALUE first_lineno, const rb_code_location_t *code_location, const int node_id,
|
||||
const rb_iseq_t *parent, enum iseq_type type,
|
||||
const rb_compile_option_t *option)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue