mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Update mrbgems/mruby-bigint/core/bigint.h
Co-authored-by: John Bampton <jbampton@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user