This is broken, but the stack limit feature works. Some debugging needed.
This commit is contained in:
parent
2536e76617
commit
d1ce893633
12 changed files with 164 additions and 111 deletions
|
|
@ -207,7 +207,7 @@ extern struct cons_pointer privileged_keyword_cause;
|
|||
#define READTV 1145128274
|
||||
|
||||
/**
|
||||
* A real number, represented internally as an IEEE 754-2008 `binary64`.
|
||||
* A real number, represented internally as an IEEE 754-2008 `binary128`.
|
||||
*/
|
||||
#define REALTAG "REAL"
|
||||
|
||||
|
|
@ -239,7 +239,7 @@ extern struct cons_pointer privileged_keyword_cause;
|
|||
#define STRINGTV 1196577875
|
||||
|
||||
/**
|
||||
* A symbol is just like a string except not self-evaluating.
|
||||
* A symbol is just like a keyword except not self-evaluating.
|
||||
*/
|
||||
#define SYMBOLTAG "SYMB"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue