0.pre7.14.flaky4.1:
authorWilliam Harold Newman <william.newman@airmail.net>
Mon, 20 Aug 2001 16:54:04 +0000 (16:54 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Mon, 20 Aug 2001 16:54:04 +0000 (16:54 +0000)
(This version builds under older versions of SBCL, but can't
build under itself, dying somewhere in
defun-load-or-cload-xcompiler.lisp.)
fixed (FUNCALL (COMPILE NIL (LAMBDA (X) (+ X 2))) 3) problem
under new #!-SB-INTERPRETER implementation of EVAL..
..should usually be quoted, (COMPILE NIL '(LAMBDA ..))
..When it's not quoted, so that under the new EVAL the LAMBDA
will be a (byte-)compiled function, COMPILE shouldn't
fail, it should pass the compiled function through.
deleted unused *BACKEND-INFO-ENVIRONMENT*


No differences found