mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
always use unsigned int as mrb_bool even in C++
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#ifndef MRUBY_VALUE_H
|
||||
#define MRUBY_VALUE_H
|
||||
|
||||
typedef unsigned int mrb_bool;
|
||||
|
||||
#ifndef MRB_NAN_BOXING
|
||||
|
||||
enum mrb_vtype {
|
||||
|
||||
Reference in New Issue
Block a user