aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal.h b/internal.h
index 36424437f9..f93d3f7751 100644
--- a/internal.h
+++ b/internal.h
@@ -372,7 +372,7 @@ struct RBignum {
struct RBasic basic;
union {
struct {
- long len;
+ size_t len;
BDIGIT *digits;
} heap;
BDIGIT ary[BIGNUM_EMBED_LEN_MAX];