From b78943f50c8b889005a0ef0698ea7128a7ee675f Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Sun, 3 Apr 2005 10:55:58 +0000 Subject: [PATCH] 0.8.21.15: minor rollback * don't put WITH-COMPILATION-UNIT in EVAL after all. --- src/code/eval.lisp | 3 +-- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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" -- 1.7.10.4