When compiling (function (lambda-block f (x) ...)), a block definition is missing.

This commit is contained in:
jjgarcia 2002-11-05 13:29:34 +00:00
parent aff037d412
commit 569a5ef6f4

View file

@ -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)))