Forked from
cmucl / cmucl
Source project has a limited visibility.
-
ram authored
new block which needs a DFN assigned. Added :ASSIGNMENT to various dispatches off of FUNCTIONAL-KIND. In DELETE-LAMBDA, remove the lambda from its tail-set. Whenever we try let conversion, try assignment conversion if it fails. Changed DELETE-RETURN not to delete the function from the tail set. Fixed DELETE-COMPONENT to set FUNCTIONAL-KIND to NIL before calling DELETE-LAMBDA so that we can delete random kinds of lambdas.
ram authorednew block which needs a DFN assigned. Added :ASSIGNMENT to various dispatches off of FUNCTIONAL-KIND. In DELETE-LAMBDA, remove the lambda from its tail-set. Whenever we try let conversion, try assignment conversion if it fails. Changed DELETE-RETURN not to delete the function from the tail set. Fixed DELETE-COMPONENT to set FUNCTIONAL-KIND to NIL before calling DELETE-LAMBDA so that we can delete random kinds of lambdas.