summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro Matz Matsumoto <[email protected]>2013-03-18 07:57:21 +0900
committerYukihiro Matz Matsumoto <[email protected]>2013-03-18 07:57:21 +0900
commit17bc0a1ae457d48353de28756039695019294138 (patch)
treee2e8ecefa2f36665518b996de28b57100653ee54 /include
parent13cd0363f0803d2cf0116cc28d5749dfbad6da83 (diff)
parent59fbb16d4bf799a0594183d6c5a8c052b7427621 (diff)
downloadmruby-17bc0a1ae457d48353de28756039695019294138.tar.gz
mruby-17bc0a1ae457d48353de28756039695019294138.zip
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'include')
-rw-r--r--include/mruby/value.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mruby/value.h b/include/mruby/value.h
index 7f31b0982..eae08855d 100644
--- a/include/mruby/value.h
+++ b/include/mruby/value.h
@@ -158,8 +158,8 @@ mrb_float_value(mrb_float f)
#define MRB_OBJECT_HEADER \
enum mrb_vtype tt:8;\
- unsigned int color:3;\
- unsigned int flags:21;\
+ uint32_t color:3;\
+ uint32_t flags:21;\
struct RClass *c;\
struct RBasic *gcnext