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:
0ff2015
)
Grumble; fix stupid thinko from last change.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 20 Oct 1993 22:05:02 +0000
(22:05 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 20 Oct 1993 22:05:02 +0000
(22:05 +0000)
v7/src/runtime/hashtb.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/hashtb.scm
b/v7/src/runtime/hashtb.scm
index b22f29ea8cb4ac80e2ea07fb11d2a3d001c48082..317ebb1f4561791b18404827779113576f64c7bd 100644
(file)
--- a/
v7/src/runtime/hashtb.scm
+++ b/
v7/src/runtime/hashtb.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: hashtb.scm,v 1.1
5 1993/10/20 21:48:27
cph Exp $
+$Id: hashtb.scm,v 1.1
6 1993/10/20 22:05:02
cph Exp $
Copyright (c) 1990-93 Massachusetts Institute of Technology
@@
-765,7
+765,7
@@
MIT in each case. |#
(loop tables (system-pair-cdr tables)))
(else
(if previous
- (set-cdr! previous (system-pair-cdr tables))
+ (s
ystem-pair-s
et-cdr! previous (system-pair-cdr tables))
(set! address-hash-tables (system-pair-cdr tables)))
(loop previous (system-pair-cdr tables))))))
\f