projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71b6c3a
)
Fix typo in handler for system-call errors.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 11 Mar 1991 23:33:03 +0000
(23:33 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 11 Mar 1991 23:33:03 +0000
(23:33 +0000)
v7/src/runtime/uerror.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/uerror.scm
b/v7/src/runtime/uerror.scm
index 333552fa62b1b103b2bf5abf0e4114fde466b08d..a650d57621716889daf0f53dcc0526b901d727ec 100644
(file)
--- a/
v7/src/runtime/uerror.scm
+++ b/
v7/src/runtime/uerror.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/uerror.scm,v 14.2
1 1991/03/10 22:42:5
3 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/uerror.scm,v 14.2
2 1991/03/11 23:33:0
3 cph Exp $
Copyright (c) 1988-91 Massachusetts Institute of Technology
@@
-647,6
+647,7
@@
MIT in each case. |#
(let ((condition
(make-condition
continuation
+ 'BOUND-RESTARTS
operator
operands
(let ((system-call (vector-ref error-code 2)))