1.0.47.8: No more INSTANCE-LAMBDA
[sbcl.git] / src / compiler / fopcompile.lisp
index 266bcc6..7a4c332 100644 (file)
 (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.