X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fnode.lisp;h=134a60879b2e927c0fbebef34d5ee05387be0d95;hb=2e47ed527bdcb76cf5eb52f66cc08f4fb0a0041d;hp=5e9bd54526ae3e22e4271f5df0361fa35bbad543;hpb=1840d888d2ef13fe0ea5aaa06f1fef3300da682b;p=sbcl.git diff --git a/src/compiler/node.lisp b/src/compiler/node.lisp index 5e9bd54..134a608 100644 --- a/src/compiler/node.lisp +++ b/src/compiler/node.lisp @@ -1107,7 +1107,10 @@ ;; propagation. This is left null by the lambda pre-pass if it ;; determine that this is a set closure variable, and is thus not a ;; good subject for flow analysis. - (constraints nil :type (or sset null))) + (constraints nil :type (or sset null)) + ;; The FOP handle of the lexical variable represented by LAMBDA-VAR + ;; in the fopcompiler. + (fop-value nil)) (defprinter (lambda-var :identity t) %source-name #!+sb-show id