From 6366f1cbb9121425ceedace0452762f78cea01bd Mon Sep 17 00:00:00 2001 From: dearblue Date: Sun, 6 Oct 2024 23:03:03 +0900 Subject: [PATCH] Update mrbgems/mruby-bigint/core/bigint.h Co-authored-by: John Bampton --- mrbgems/mruby-bigint/core/bigint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrbgems/mruby-bigint/core/bigint.h b/mrbgems/mruby-bigint/core/bigint.h index 2ab13dcb9..6de6f98a4 100644 --- a/mrbgems/mruby-bigint/core/bigint.h +++ b/mrbgems/mruby-bigint/core/bigint.h @@ -72,7 +72,7 @@ struct RBigint { * 01: zero (<--> 0) * 10: positive (<--> +1) * 11: UNUSED - * 0..3: size of embeded array; 15 means used with heap + * 0..3: size of embedded array; 15 means used with heap */ #define RBIGINT_EMBED_SIZE_MASK 0x0f