Grumble; fix stupid thinko from last change.
authorChris Hanson <org/chris-hanson/cph>
Wed, 20 Oct 1993 22:05:02 +0000 (22:05 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 20 Oct 1993 22:05:02 +0000 (22:05 +0000)
v7/src/runtime/hashtb.scm

index b22f29ea8cb4ac80e2ea07fb11d2a3d001c48082..317ebb1f4561791b18404827779113576f64c7bd 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: hashtb.scm,v 1.15 1993/10/20 21:48:27 cph Exp $
+$Id: hashtb.scm,v 1.16 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))
+              (system-pair-set-cdr! previous (system-pair-cdr tables))
               (set! address-hash-tables (system-pair-cdr tables)))
           (loop previous (system-pair-cdr tables))))))
 \f