1.0.7.19: SB-EXT:COMPARE-AND-SWAP
[sbcl.git] / src / code / defstruct.lisp
index 4559697..338c09a 100644 (file)
       (let* ((accessor-name (dsd-accessor-name dsd))
              (dsd-type (dsd-type dsd)))
         (when accessor-name
+          (setf (info :function :structure-accessor accessor-name) dd)
           (let ((inherited (accessor-inherited-data accessor-name dd)))
             (cond
               ((not inherited)