1
0
Fork 0
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:
Aaron Patterson 2019-06-07 09:11:33 -07:00 committed by Aaron Patterson
parent 714924fd34
commit 31ec475ad8
No known key found for this signature in database
GPG key ID: 953170BCB4FFAFC6

View file

@ -1687,7 +1687,7 @@ rb_true(VALUE obj)
*/
VALUE
MJIT_FUNC_EXPORTED VALUE
rb_false(VALUE obj)
{
return Qfalse;