Fixed a bug in the type declaration of with-errno-handler*.
This commit is contained in:
parent
38c76cdf84
commit
1eecb9c9c5
|
@ -96,8 +96,9 @@
|
||||||
(define-interface scsh-errors-interface
|
(define-interface scsh-errors-interface
|
||||||
(export errno-error
|
(export errno-error
|
||||||
error
|
error
|
||||||
(with-errno-handler* (proc ((proc (:number :value) :values)); handler
|
(with-errno-handler* (proc ((proc (:number :value) :values); handler
|
||||||
(proc () :values))) ; thunk
|
(proc () :values)) ; thunk
|
||||||
|
:values))
|
||||||
(with-errno-handler :syntax)))
|
(with-errno-handler :syntax)))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue