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) rb_false(VALUE obj)
{ {
return Qfalse; return Qfalse;