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:
f1b62d8
)
Fix typo.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 14 Aug 2004 19:17:10 +0000
(19:17 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 14 Aug 2004 19:17:10 +0000
(19:17 +0000)
v7/src/runtime/urtrap.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/urtrap.scm
b/v7/src/runtime/urtrap.scm
index 790fcc5ab19569faafd6eda6c5ac0572f132559f..866c7c5545ebf65a5a89e465a9df0af4ed2fc602 100644
(file)
--- a/
v7/src/runtime/urtrap.scm
+++ b/
v7/src/runtime/urtrap.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: urtrap.scm,v 14.1
6 2004/08/14 05:51:46
cph Exp $
+$Id: urtrap.scm,v 14.1
7 2004/08/14 19:17:10
cph Exp $
Copyright 1988,1993,2001,2002,2004 Massachusetts Institute of Technology
@@
-85,7
+85,7
@@
USA.
trap)))
(define cached-traps
- (make-vector
trap-max-immediate
#f))
+ (make-vector
(fix:+ trap-max-immediate 1)
#f))
\f
(define (make-unassigned-reference-trap)
(make-immediate-reference-trap 0))