0.9.15.27: compiler-macro expansion for FUNCALL forms & bugfixes
[sbcl.git] / src / compiler / ir1-translators.lisp
index aa92588..c8b2473 100644 (file)
 ;;; function and smashes it to a :CLEANUP function, as well as
 ;;; referencing it.
 (def-ir1-translator %cleanup-fun ((name) start next result)
+  ;; FIXME: Should this not be :TEST #'EQUAL? What happens to
+  ;; (SETF FOO) here?
   (let ((fun (lexenv-find name funs)))
     (aver (lambda-p fun))
     (setf (functional-kind fun) :cleanup)