aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ruby/ruby.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h
index b4bb7267de..89bf0192c1 100644
--- a/include/ruby/ruby.h
+++ b/include/ruby/ruby.h
@@ -909,7 +909,7 @@ struct RObject {
struct RBasic basic;
union {
struct {
- long numiv; /* only uses 32-bits */
+ uint32_t numiv;
VALUE *ivptr;
void *iv_index_tbl; /* shortcut for RCLASS_IV_INDEX_TBL(rb_obj_class(obj)) */
} heap;