Fixed a bug in the type declaration of with-errno-handler*.

This commit is contained in:
shivers 1997-10-06 21:15:18 +00:00
parent 38c76cdf84
commit 1eecb9c9c5
1 changed files with 3 additions and 2 deletions

View File

@ -96,8 +96,9 @@
(define-interface scsh-errors-interface
(export errno-error
error
(with-errno-handler* (proc ((proc (:number :value) :values)); handler
(proc () :values))) ; thunk
(with-errno-handler* (proc ((proc (:number :value) :values); handler
(proc () :values)) ; thunk
:values))
(with-errno-handler :syntax)))