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
|
||||
(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)))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue