mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
cref_replace_with_duplicated_cref_each_frame: returns a pointer
Why use FALSE here?
This commit is contained in:
parent
2f8012c949
commit
8a577cbc63
Notes:
git
2022-09-21 11:44:34 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -799,7 +799,7 @@ cref_replace_with_duplicated_cref_each_frame(const VALUE *vptr, int can_be_svar,
|
|||
break;
|
||||
}
|
||||
}
|
||||
return FALSE;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static rb_cref_t *
|
||||
|
|
Loading…
Add table
Reference in a new issue