diff options
| author | Yukihiro Matz Matsumoto <[email protected]> | 2013-03-19 12:03:54 +0900 |
|---|---|---|
| committer | Yukihiro Matz Matsumoto <[email protected]> | 2013-03-19 12:03:54 +0900 |
| commit | d0d920e909497173f562d75309e3b0f0a607778e (patch) | |
| tree | 0f421cb092c09f1edf4f13187cd54a3e2807476f /include | |
| parent | dc2e1c1ce8ae6da16532337b85ea1064db8d0624 (diff) | |
| download | mruby-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.h | 2 |
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; |
