Resolve chicken-and-egg problem with SYMBOL-VALUE.
commit337bd9a3e8992070e4a15d67df7a47e6414f50f6
authorDouglas Katzman <dougk@google.com>
Tue, 25 Jul 2017 03:38:00 +0000 (24 23:38 -0400)
committerDouglas Katzman <dougk@google.com>
Tue, 25 Jul 2017 03:48:00 +0000 (24 23:48 -0400)
tree247a6b468d9eaf036c00c150fc1d60dca62d5702
parent94ab79fb440852d0219a56877dd5e10a477efa08
Resolve chicken-and-egg problem with SYMBOL-VALUE.

Don't transform (SYMBOL-VALUE 'X) -> X -> (SYMBOL-VALUE 'X)
Fixes problem with FLEXI-STREAMS::DEFCONSTANT
src/compiler/srctran.lisp