The code profile.lsp still used an SBCL-propietary function.

This commit is contained in:
Juan Jose Garcia Ripoll 2009-06-30 19:42:20 +02:00
parent a5d610105a
commit 9382296aa8

View file

@ -232,7 +232,7 @@ extern ECL_API size_t GC_get_total_bytes();
(legal-fun-name-or-type-error name)
;; Then we map onto it.
(funcall function name))
(string (let ((package (find-undeleted-package-or-lose name)))
(string (let ((package (find-package name)))
(do-symbols (symbol package)
(when (eq (symbol-package symbol) package)
(when (and (fboundp symbol)