ENVIRONMENT-HAS-PARENT? must return one of three values: #F, #T, or
authorChris Hanson <org/chris-hanson/cph>
Sun, 21 Jul 1991 07:02:17 +0000 (07:02 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 21 Jul 1991 07:02:17 +0000 (07:02 +0000)
commit05047f08cdb8d01d4b271300c2a5db50621b6c47
tree8e7ab6a9baa865823d81c142231500ff08b00a7f
parent8099c91da624ef280927967606eb29aa5fe67364
ENVIRONMENT-HAS-PARENT? must return one of three values: #F, #T, or
'SIMULATED.  In the case of compiled closures, it was returning
something else, causing the debugging tools to think that these
procedures had no closing frame.
v7/src/runtime/uenvir.scm
v8/src/runtime/uenvir.scm