1.0.17.25: allow dumping of references to arbitrary named constants
commit670aa64810a3d67510c697410b438b5f9e36d911
authorNikodemus Siivola <nikodemus@random-state.net>
Wed, 4 Jun 2008 17:02:17 +0000 (4 17:02 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Wed, 4 Jun 2008 17:02:17 +0000 (4 17:02 +0000)
tree3866bb6bbf8b36f743a969ec2ca8fcd37187905d
parent45bc305be4e269d2e1a477c8e0ae9a64df1ccd1c
1.0.17.25: allow dumping of references to arbitrary named constants

 * While ANSI does not require us to do this, supporting this allows
   users to write code like:

     (unless (boundp 'f) (defconstant f (lambda () 'foo!)))
     (defun foo () f)

   ...which pre 1.0.17.3 SBCL also allowed.
src/compiler/ir1tran.lisp
version.lisp-expr