From 1ed39d5c05bd37c6633e7729efb8e7aa46d7fdda Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Mon, 13 Aug 2012 04:19:24 +0900 Subject: use TRUE/FALSE instead of 1/0 --- src/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/string.c') diff --git a/src/string.c b/src/string.c index aef0ac88f..b749614dc 100644 --- a/src/string.c +++ b/src/string.c @@ -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 */ -- cgit v1.2.3