Merge pull request #1674 from cremno/mrb_bool-FALSE-TRUE

use mrb_bool, FALSE and TRUE more
This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-02-09 18:35:20 +09:00
16 changed files with 49 additions and 49 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ static mrb_value
num_pow(mrb_state *mrb, mrb_value x)
{
mrb_value y;
int both_int = FALSE;
mrb_bool both_int = FALSE;
mrb_float d;
mrb_get_args(mrb, "o", &y);