X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fdfun.lisp;h=96a0ffce947e8b057eaa52649ffa41f4227ed866;hb=d4cc0f4fe1dd40a6745abf74f778a32a805bbc9c;hp=3d5f353171072daedc5866449baa818636cb8524;hpb=4ff2057326cb82db04380aae96493bd5fcb3c203;p=sbcl.git diff --git a/src/pcl/dfun.lisp b/src/pcl/dfun.lisp index 3d5f353..96a0ffc 100644 --- a/src/pcl/dfun.lisp +++ b/src/pcl/dfun.lisp @@ -1790,6 +1790,7 @@ Except see also BREAK-VICIOUS-METACIRCLE. -- CSR, 2003-05-28 ;;; I'm aware of, but they look like they might be useful for ;;; debugging or performance tweaking or something, so I've just ;;; commented them out instead of deleting them. -- WHN 2001-03-28 +#|| (defun list-dfun (gf) (let* ((sym (type-of (gf-dfun-info gf))) (a (assq sym *dfun-list*)))