Skip to content

Commit

Permalink
fix call-with-task-handler type
Browse files Browse the repository at this point in the history
  • Loading branch information
lmj committed May 5, 2012
1 parent 7283e5a commit 9d60e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel/handling.lisp
Expand Up @@ -113,7 +113,7 @@ control (or not)."
:report-function #'transfer-error-report))
(funcall fn)))))

(defun/type call-with-task-handler (fn) (function) t
(defun/type call-with-task-handler (fn) (function) (values &rest t)
(declare #.*normal-optimize*)
(with-task-context
(if *handler-active-p*
Expand Down

0 comments on commit 9d60e23

Please sign in to comment.