do not warn about the PROFILE function, because this is also used in UNPROFILE
This commit is contained in:
parent
60a864ce3b
commit
54a614bf34
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ extern ECL_API size_t GC_get_total_bytes();
|
||||||
(let ((setf-name `(setf ,symbol)))
|
(let ((setf-name `(setf ,symbol)))
|
||||||
(when (fboundp setf-name)
|
(when (fboundp setf-name)
|
||||||
(funcall function setf-name)))))))
|
(funcall function setf-name)))))))
|
||||||
(t (warn "ignoring invalid argument to PROFILE: ~S" name))))
|
(t (warn "ignoring invalid argument: ~S" name))))
|
||||||
(values))
|
(values))
|
||||||
|
|
||||||
;;; Profile the named function, which should exist and not be profiled
|
;;; Profile the named function, which should exist and not be profiled
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue