Eliminate old optimization that reused lambda parameters for internal
authorChris Hanson <org/chris-hanson/cph>
Sat, 14 Oct 2000 00:56:20 +0000 (00:56 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 14 Oct 2000 00:56:20 +0000 (00:56 +0000)
commit73732b61952a898761d37363037a6177206dbc2f
treebcab8b5bb20d611026a91e557bc56a7f5da4b9da
parentf546ebf47ce6239494137897c612791146bd775e
Eliminate old optimization that reused lambda parameters for internal
definitions of the same name.  This needlessly complicated the
semantics, and the optimization is no longer interesting (if it ever
was).

Thanks to the 6.001 staff for bringing this to my attention.
v7/src/runtime/lambda.scm
v7/src/runtime/lambdx.scm