Skip to content

Commit

Permalink
Drop package
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Jul 29, 2024
1 parent 777b12a commit 8794802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diagnostics.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
(defun profiler-report (args)
(apply #'sb-sprof:report (read-from-string args)))

(sbcl-librarian:define-api diagnostics (:function-prefix "")
(define-api diagnostics (:function-prefix "")
(:function
(("lisp_memory_report" memory-report) :void ())
(("lisp_dynamic_usage" sb-kernel:dynamic-usage) :uint64 ())
Expand Down

0 comments on commit 8794802

Please sign in to comment.