mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
use uint8_t for mrb_bool instead of unsigned int; close #1222
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#ifndef MRUBY_VALUE_H
|
||||
#define MRUBY_VALUE_H
|
||||
|
||||
typedef unsigned int mrb_bool;
|
||||
typedef uint8_t mrb_bool;
|
||||
|
||||
#ifndef MRB_NAN_BOXING
|
||||
|
||||
|
||||
Reference in New Issue
Block a user