mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
use TRUE/FALSE instead of 1/0
This commit is contained in:
+1
-1
@@ -2296,7 +2296,7 @@ mrb_block_given_p()
|
||||
{
|
||||
/*if (ruby_frame->iter == ITER_CUR && ruby_block)
|
||||
return 1;*//*Qtrue*/
|
||||
return 0/*Qfalse*/;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/* 15.2.10.5.37 */
|
||||
|
||||
Reference in New Issue
Block a user