summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro Matz Matsumoto <[email protected]>2013-03-19 12:03:54 +0900
committerYukihiro Matz Matsumoto <[email protected]>2013-03-19 12:03:54 +0900
commitd0d920e909497173f562d75309e3b0f0a607778e (patch)
tree0f421cb092c09f1edf4f13187cd54a3e2807476f /include
parentdc2e1c1ce8ae6da16532337b85ea1064db8d0624 (diff)
downloadmruby-d0d920e909497173f562d75309e3b0f0a607778e.tar.gz
mruby-d0d920e909497173f562d75309e3b0f0a607778e.zip
rename mrb_true_or_false_value() to mrb_bool_value()
Diffstat (limited to 'include')
-rw-r--r--include/mruby/value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mruby/value.h b/include/mruby/value.h
index 88fbf098c..325f906d0 100644
--- a/include/mruby/value.h
+++ b/include/mruby/value.h
@@ -275,7 +275,7 @@ mrb_undef_value(void)
}
static inline mrb_value
-mrb_true_or_false_value(mrb_bool boolean)
+mrb_bool_value(mrb_bool boolean)
{
mrb_value v;