* don't put WITH-COMPILATION-UNIT in EVAL after all.
#!+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.
;;; 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"