From: Nikodemus Siivola Date: Sun, 3 Apr 2005 10:55:58 +0000 (+0000) Subject: 0.8.21.15: minor rollback X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=b78943f50c8b889005a0ef0698ea7128a7ee675f;p=sbcl.git 0.8.21.15: minor rollback * don't put WITH-COMPILATION-UNIT in EVAL after all. --- diff --git a/src/code/eval.lisp b/src/code/eval.lisp index 70bd2ea..9bd74e2 100644 --- a/src/code/eval.lisp +++ b/src/code/eval.lisp @@ -77,8 +77,7 @@ #!+sb-doc "Evaluate the argument in a null lexical environment, returning the result or results." - (with-compilation-unit () - (eval-in-lexenv original-exp (make-null-lexenv)))) + (eval-in-lexenv original-exp (make-null-lexenv))) ;;; Pick off a few easy cases, and the various top level EVAL-WHEN ;;; magical cases, and call %EVAL for the rest. diff --git a/version.lisp-expr b/version.lisp-expr index dde767f..42f8404 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.8.21.14" +"0.8.21.15"