mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update object.c
Co-Authored-By: Takashi Kokubun <takashikkbn@gmail.com>
This commit is contained in:
parent
714924fd34
commit
31ec475ad8
1 changed files with 1 additions and 1 deletions
2
object.c
2
object.c
|
@ -1687,7 +1687,7 @@ rb_true(VALUE obj)
|
|||
*/
|
||||
|
||||
|
||||
VALUE
|
||||
MJIT_FUNC_EXPORTED VALUE
|
||||
rb_false(VALUE obj)
|
||||
{
|
||||
return Qfalse;
|
||||
|
|
Loading…
Add table
Reference in a new issue