mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Resolve an improper use of functional-kind
This commit is contained in:
parent
e938a68479
commit
8a66d3575b
|
|
@ -137,7 +137,7 @@ missing MAKE-LOAD-FORM methods?")
|
|||
(closure (and
|
||||
;; It may have been deleted due to none of
|
||||
;; the optional entries reaching it.
|
||||
(neq (functional-kind main-entry) :deleted)
|
||||
(not (functional-kind-eq main-entry deleted))
|
||||
(environment-closure (lambda-environment main-entry)))))
|
||||
(dolist (ref (leaf-refs lambda))
|
||||
(let ((ref-component (node-component ref)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue