mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-25 02:50:24 -07:00
The closure environment is now passed via the Lisp environment, and not as an argument to the function.
This commit is contained in:
parent
7b55f82df7
commit
601ea9c780
1 changed files with 0 additions and 1 deletions
|
|
@ -400,7 +400,6 @@ The function thus belongs to the type of functions that ecl_make_cfun accepts."
|
|||
|
||||
(when varargs
|
||||
(let ((first-arg (cond ((plusp nreq) (format nil "V~d" (+ req0 nreq)))
|
||||
((eq closure-type 'CLOSURE) "env0")
|
||||
((eq closure-type 'LEXICAL) (format nil "lex~D" (1- *level*)))
|
||||
(t "narg"))))
|
||||
(wt-nl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue