0.pre7.61:
[sbcl.git] / src / compiler / proclaim.lisp
index 3bedcb5..0a6e7e3 100644 (file)
             ;; 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-function-name name)
+              (proclaim-as-fun-name name)
               (note-name-defined name :function))
 
             ;; the actual type declaration
        (setq *policy* (process-optimize-decl form *policy*)))
       ((inline notinline maybe-inline)
        (dolist (name args)
-        ;; (CMU CL did (PROCLAIM-AS-FUNCTION-NAME NAME) here, but that
+        ;; (CMU CL did (PROCLAIM-AS-FUN-NAME NAME) here, but that
         ;; seems more likely to surprise the user than to help him, so
         ;; we don't do it.)
         (setf (info :function :inlinep name)