Made interrupted conditions &serious so that you can interrupt R6RS
scripts.
This commit is contained in:
parent
177f6b84a7
commit
66d085713f
|
@ -341,7 +341,7 @@
|
||||||
make-no-nans-violation no-nans-violation?)
|
make-no-nans-violation no-nans-violation?)
|
||||||
|
|
||||||
;;; ikarus-specific conditions
|
;;; ikarus-specific conditions
|
||||||
(define-condition-type &interrupted &condition
|
(define-condition-type &interrupted &serious
|
||||||
make-interrupted-condition interrupted-condition?)
|
make-interrupted-condition interrupted-condition?)
|
||||||
|
|
||||||
(define-condition-type &i/o-would-block &condition
|
(define-condition-type &i/o-would-block &condition
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1449
|
1450
|
||||||
|
|
Loading…
Reference in New Issue