mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-04 03:21:06 -08:00
The code profile.lsp still used an SBCL-propietary function.
This commit is contained in:
parent
a5d610105a
commit
9382296aa8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue