X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fwalk.lisp;h=d56dcb5e9df42b21add3ae07fa2f6f56575cc53f;hb=c553e4be6da2d18f0827f190589c88e837b8b8a6;hp=3f6d209120447bad06a3f5f53a92465fa6ddac94;hpb=cee152fc57eb64c73f6822a5b1ba8668f8aeb9b9;p=sbcl.git diff --git a/src/pcl/walk.lisp b/src/pcl/walk.lisp index 3f6d209..d56dcb5 100644 --- a/src/pcl/walk.lisp +++ b/src/pcl/walk.lisp @@ -866,7 +866,7 @@ (let* ((type (env-var-type var env)) (expanded (if (eq t type) `(setf ,(cddr symmac) ,val) - `(setf ,(cddr symmac) `(the ,type ,val)))) + `(setf ,(cddr symmac) (the ,type ,val)))) (walked (walk-form-internal expanded context env))) (if (eq expanded walked) form