1.0.14.17: treat (NAMED-LAMBDA NIL ...) like (LAMBDA ...)
commit3f8db67b157c100f115a56d5076c96ec35e18314
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 4 Feb 2008 20:49:27 +0000 (4 20:49 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 4 Feb 2008 20:49:27 +0000 (4 20:49 +0000)
tree277ca498fc324b0300ed872163b9d8797510c87a
parent62da111c412394c9099cc8d35cd6dc06c5bf867b
1.0.14.17: treat (NAMED-LAMBDA NIL ...) like (LAMBDA ...)

 * Getting NIL as the source-name of a functional is pretty bogus, and
   getting it as the debug-name messes with our careful debug-name
   sanity checks. So don't do it then.
src/compiler/ir1-translators.lisp
src/compiler/ir1tran-lambda.lisp
version.lisp-expr