Making suspend-world reset! the primitive io system on restart.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 18 Mar 1987 20:07:23 +0000 (20:07 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 18 Mar 1987 20:07:23 +0000 (20:07 +0000)
v7/src/runtime/gc.scm

index 460845c2a4421f960d30738c0fde316c7056801d..9af65598a434910ea30f01d03d292e2551a40ff4 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/gc.scm,v 13.42 1987/02/15 15:42:33 cph Exp $
+;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/gc.scm,v 13.43 1987/03/18 20:07:23 jinx Rel $
 ;;;
 ;;;    Copyright (c) 1987 Massachusetts Institute of Technology
 ;;;
              ((access snarf-version microcode-system))
              (reset-keyboard-interrupt-dispatch-table!)
              (set! *rep-keyboard-map* (keyboard-interrupt-dispatch-table))
+             ((access reset! primitive-io))
              ((access reset! working-directory-package))
              after-restore))))
        ie)))))
 
 ;;; end GARBAGE-COLLECTOR-PACKAGE.
+))