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@66325 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
28eb147484
commit
8e9aa75df1
1 changed files with 1 additions and 1 deletions
|
@ -1336,7 +1336,7 @@ static int
|
|||
iseq_setup(rb_iseq_t *iseq, LINK_ANCHOR *const anchor)
|
||||
{
|
||||
if (RTEST(ISEQ_COMPILE_DATA(iseq)->err_info))
|
||||
return COMPILE_NG;
|
||||
return COMPILE_NG;
|
||||
|
||||
debugs("[compile step 4.1 (iseq_set_sequence)]\n");
|
||||
if (!iseq_set_sequence(iseq, anchor)) return COMPILE_NG;
|
||||
|
|
Loading…
Reference in a new issue