Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • ram's avatar
    977b95a1
    Changed environment-macro to return the original "LAMBDA" rather than · 977b95a1
    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.
    977b95a1
    History
    Changed environment-macro to return the original "LAMBDA" rather than
    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.