X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ffull-eval.lisp;h=c93a320e0194b6db18509ced3102ab617682b21c;hb=8eee0d3a30bf39d9f201acff28c92059fe6c3e4e;hp=83c1122db93a9274daadff067aa183b88d6ed20d;hpb=37b5fc474cf0b4d739c12fc0356667a16006d217;p=sbcl.git diff --git a/src/code/full-eval.lisp b/src/code/full-eval.lisp index 83c1122..c93a320 100644 --- a/src/code/full-eval.lisp +++ b/src/code/full-eval.lisp @@ -1200,11 +1200,6 @@ (%eval form env)) (compiler-environment-too-complex-error (condition) (declare (ignore condition)) - ;; FIXME: this could be a really annoying warning. It should - ;; have its own class. - (sb!int:style-warn - "~@" - form lexenv) + (sb!int:style-warn 'sb!kernel:lexical-environment-too-complex + :form form :lexenv lexenv) (sb!int:simple-eval-in-lexenv form lexenv)))))