From bfd7d4cc9b0579e61ec9e666a67e5e0538421ba6 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 18 Mar 1987 20:07:23 +0000 Subject: [PATCH] Making suspend-world reset! the primitive io system on restart. --- v7/src/runtime/gc.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/v7/src/runtime/gc.scm b/v7/src/runtime/gc.scm index 460845c2a..9af65598a 100644 --- a/v7/src/runtime/gc.scm +++ b/v7/src/runtime/gc.scm @@ -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 ;;; @@ -195,8 +195,10 @@ ((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. +)) -- 2.25.1