0.8.21.15: minor rollback
authorNikodemus Siivola <nikodemus@random-state.net>
Sun, 3 Apr 2005 10:55:58 +0000 (10:55 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sun, 3 Apr 2005 10:55:58 +0000 (10:55 +0000)
  * don't put WITH-COMPILATION-UNIT in EVAL after all.

src/code/eval.lisp
version.lisp-expr

index 70bd2ea..9bd74e2 100644 (file)
@@ -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.
index dde767f..42f8404 100644 (file)
@@ -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"