0.pre7.86.flaky7.24:
authorWilliam Harold Newman <william.newman@airmail.net>
Thu, 6 Dec 2001 17:15:02 +0000 (17:15 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Thu, 6 Dec 2001 17:15:02 +0000 (17:15 +0000)
commit863d1c0c3314d9002e511e9f98c00d9f0f9bfa78
tree4af026eb8f06ff04fbe4f59042bb022ba020b48b
parentba7659c92f2b7fac7e9532a3db9114c5bdc4ab55
0.pre7.86.flaky7.24:
I've come to suspect that the debugger/restart/QUIT problem
has to do with the same closure/component bug I
fixed above, except for closures over NLXs instead
of over LAMBDA-VARs. So I'd like to generalize the
LAMBDA-REFERS-TO-VARS fix to deal with NLXs as well.
In preparation for that...
...merged LAMBDA-REFERS-TO-VARS and LAMBDA-CALLS into
LAMBDA-CALLS-OR-CLOSES
make.sh
src/code/target-error.lisp
src/compiler/dfo.lisp
src/compiler/ir1-translators.lisp
src/compiler/ir1tran.lisp
src/compiler/locall.lisp
src/compiler/node.lisp
version.lisp-expr