0.pre7.66:
[sbcl.git] / src / compiler / proclaim.lisp
index 0a6e7e3..faef555 100644 (file)
             ;; definition yet, we know one is planned. (But if this
             ;; function name was already declared as a structure
             ;; accessor, then that was already been taken care of.)
-            (unless (info :function :accessor-for name)
-              (proclaim-as-fun-name name)
-              (note-name-defined name :function))
+            (proclaim-as-fun-name name)
+            (note-name-defined name :function)
 
             ;; the actual type declaration
             (setf (info :function :type name) type