X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Feval.lisp;h=ac9718fa7a1f2a3b47342c1a208c39af420cbddb;hb=95591ed483dbb8c0846c129953acac1554f28809;hp=f639dd752cd2940012c86496fde3af978421a7e4;hpb=b3fc19fd2ee925f1a16e301012094b58c2cfd68a;p=sbcl.git diff --git a/src/code/eval.lisp b/src/code/eval.lisp index f639dd7..ac9718f 100644 --- a/src/code/eval.lisp +++ b/src/code/eval.lisp @@ -130,7 +130,7 @@ (typecase exp (symbol (ecase (info :variable :kind exp) - ((:special :global :constant) + ((:special :global :constant :unknown) (symbol-value exp)) ;; FIXME: This special case here is a symptom of non-ANSI ;; weirdness in SBCL's ALIEN implementation, which could