Work on the bignum problem, ongoing.
This commit is contained in:
parent
7c84cb433a
commit
36696254f2
4 changed files with 66 additions and 32 deletions
|
|
@ -484,7 +484,7 @@ struct free_payload {
|
|||
struct integer_payload {
|
||||
/** the value of the payload (i.e. 60 bits) of this cell. */
|
||||
int64_t value;
|
||||
/** the next (more significant) cell in the chain, ir `NIL` if there are no
|
||||
/** the next (more significant) cell in the chain, or `NIL` if there are no
|
||||
* more. */
|
||||
struct cons_pointer more;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue