X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcode%2Fmacroexpand.lisp;h=8f467e5213b45eb1e579039a69f12c3f28fe9a46;hb=a37de74b393a808825585000bb5b2b92218d46c0;hp=b9274bf06b49ade2cf447bdeb4c132b8de9fa632;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/code/macroexpand.lisp b/src/code/macroexpand.lisp index b9274bf..8f467e5 100644 --- a/src/code/macroexpand.lisp +++ b/src/code/macroexpand.lisp @@ -10,9 +10,6 @@ ;;;; files for more information. (in-package "SB!IMPL") - -(file-comment - "$Header$") ;;;; syntactic environment access @@ -53,7 +50,7 @@ ;; in what it sends and liberal in what it ;; accepts" by doing the defaulting itself. ;; -- WHN 19991128 - (or env (make-null-lexenv))) + (coerce-to-lexenv env)) t) (values form nil)))) ((symbolp form)