* expand tabs.
This commit is contained in:
parent
6749682f82
commit
e688ab26c7
2
iseq.c
2
iseq.c
@ -305,7 +305,7 @@ rb_iseq_mark(const rb_iseq_t *iseq)
|
|||||||
for (j = 0; i < keyword->num; i++, j++) {
|
for (j = 0; i < keyword->num; i++, j++) {
|
||||||
VALUE obj = keyword->default_values[j];
|
VALUE obj = keyword->default_values[j];
|
||||||
if (!SPECIAL_CONST_P(obj)) {
|
if (!SPECIAL_CONST_P(obj)) {
|
||||||
rb_gc_mark_no_pin(obj);
|
rb_gc_mark_no_pin(obj);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user