Forked from
cmucl / cmucl
Source project has a limited visibility.
-
ram authored
in interpreted function. In discovering this fix, I found out that PCL isn't "really" using the environment at all, but is rather making a bogus "macro" entry in the environment that isn't a lambda at all, but rather a representation of what it thinks is in the environment. My change to make the environment representation correct doesn't hurt anything, but is actually irrelevent to PCL's usage.
ram authoredin interpreted function. In discovering this fix, I found out that PCL isn't "really" using the environment at all, but is rather making a bogus "macro" entry in the environment that isn't a lambda at all, but rather a representation of what it thinks is in the environment. My change to make the environment representation correct doesn't hurt anything, but is actually irrelevent to PCL's usage.