add top-level-forms slot into comp-ctxt (replace old specific defvar one)
This commit is contained in:
parent
fb309c14f0
commit
fb41165adf
1 changed files with 2 additions and 2 deletions
|
@ -116,8 +116,8 @@ Can be used by code that wants to expand differently in this case.")
|
|||
"Lisp side of the compiler context."
|
||||
(output nil :type string
|
||||
:documentation "Target output filename for the compilation.")
|
||||
(top-level-defvars nil :type list
|
||||
:documentation "List of top level form to be exp.")
|
||||
(top-level-forms () :type list
|
||||
:documentation "List of spilled top level forms.")
|
||||
(exp-funcs () :type list
|
||||
:documentation "Exported functions list.")
|
||||
(funcs-h (make-hash-table) :type hash-table
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue