mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-01 02:00:36 -08:00
When compiling (function (lambda-block f (x) ...)), a block definition is missing.
This commit is contained in:
parent
aff037d412
commit
569a5ef6f4
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@
|
|||
(funob (c1lambda-expr (cddr fun)))
|
||||
(info (second funob))
|
||||
(closure (closure-p funob))
|
||||
(body (cdddr fun))
|
||||
(body `(BLOCK ,name ,@(cdddr fun)))
|
||||
(fun (make-fun :name name
|
||||
:cfun (next-cfun)
|
||||
:closure closure)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue