Getting closer to tracking down the member bug, but cannot use debugger on laptop screen.
This commit is contained in:
parent
d42ece5711
commit
de50a30be2
11 changed files with 89 additions and 55 deletions
|
|
@ -74,6 +74,24 @@ extern struct cons_pointer privileged_keyword_payload;
|
|||
*/
|
||||
extern struct cons_pointer privileged_keyword_cause;
|
||||
|
||||
/**
|
||||
* @brief keywords used in documentation: `:documentation`. Instantiated in
|
||||
* `init.c`, q. v.
|
||||
*/
|
||||
extern struct cons_pointer privileged_keyword_documentation;
|
||||
|
||||
/**
|
||||
* @brief keywords used in documentation: `:name`. Instantiated in
|
||||
* `init.c`, q. v.
|
||||
*/
|
||||
extern struct cons_pointer privileged_keyword_name;
|
||||
|
||||
/**
|
||||
* @brief keywords used in documentation: `:primitive`. Instantiated in
|
||||
* `init.c`, q. v.
|
||||
*/
|
||||
extern struct cons_pointer privileged_keyword_primitive;
|
||||
|
||||
/**
|
||||
* An unallocated cell on the free list - should never be encountered by a Lisp
|
||||
* function.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue