X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-introspect%2Fsb-introspect.lisp;h=5aea963baf6c06c72c5a6aec1a30950e1793df0e;hb=9837343101c3da7b3a8f94609ec116ec5025436a;hp=5ba8bdc350a76d04a015b9fe6c93a5572b3d8ea0;hpb=ff5c74843b7daa12f4c2d4f2c487a63d81cb2c22;p=sbcl.git diff --git a/contrib/sb-introspect/sb-introspect.lisp b/contrib/sb-introspect/sb-introspect.lisp index 5ba8bdc..5aea963 100644 --- a/contrib/sb-introspect/sb-introspect.lisp +++ b/contrib/sb-introspect/sb-introspect.lisp @@ -71,7 +71,7 @@ include the pathname of the file and the position of the definition." (declaim (ftype (function (function) debug-info) function-debug-info)) (defun function-debug-info (function) - (let* ((function-object (sb-kernel::%closure-fun function)) + (let* ((function-object (sb-kernel::%fun-fun function)) (function-header (sb-kernel:fun-code-header function-object))) (sb-kernel:%code-debug-info function-header))) @@ -556,7 +556,7 @@ constant pool." ((or null sb-impl::funcallable-instance) nil) (function - (sb-kernel::%closure-fun functoid)))) + (sb-kernel::%fun-fun functoid)))) (defun collect-xref (kind-index wanted-name) (let ((ret nil))