X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Ffopcompile.lisp;h=7a4c33271267388c6969f6be83d8f1b79b2bf014;hb=709547dfb0905983f23bf131c43affe7788a7e9f;hp=266bcc6732e4a0a1adb76705718056b4f135a73d;hpb=f20b7ed7d74fcf84c38735cf01dc140670b627a6;p=sbcl.git diff --git a/src/compiler/fopcompile.lisp b/src/compiler/fopcompile.lisp index 266bcc6..7a4c332 100644 --- a/src/compiler/fopcompile.lisp +++ b/src/compiler/fopcompile.lisp @@ -172,7 +172,7 @@ (defun lambda-form-p (form) (and (consp form) (member (car form) - '(lambda named-lambda instance-lambda lambda-with-lexenv)))) + '(lambda named-lambda lambda-with-lexenv)))) ;;; Check that a literal form is fopcompilable. It would not for example ;;; when the form contains structures with funny MAKE-LOAD-FORMS.