Update mrbgems/mruby-bigint/core/bigint.h

Co-authored-by: John Bampton <jbampton@users.noreply.github.com>
This commit is contained in:
dearblue
2024-10-06 23:03:03 +09:00
committed by GitHub
parent 009a79b5c9
commit 6366f1cbb9
+1 -1
View File
@@ -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