Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
naming-sbcl: Do not use SB-C::LAMBDA-PARENT
The function does not exist in newer SBCL versions. Substitute the definition of SB-C::LAMBDA-PARENT: (defun lambda-parent (lambda) (lexenv-lambda (lambda-lexenv lambda)))
- Loading branch information