Getting closer. WARNING: GC disabled in this commit.
This commit is contained in:
parent
3fd322af6f
commit
bf72ae379d
6 changed files with 30 additions and 62 deletions
|
|
@ -12,6 +12,11 @@
|
|||
#ifndef PEANO_H
|
||||
#define PEANO_H
|
||||
|
||||
/**
|
||||
* The maximum value we will allow in an integer cell.
|
||||
*/
|
||||
#define MAX_INTEGER ((__int128_t)0x0fffffffffffffffL)
|
||||
|
||||
bool zerop( struct cons_pointer arg );
|
||||
|
||||
struct cons_pointer negative( struct cons_pointer frame,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue