From: Guillermo J. Rozas Date: Wed, 18 Mar 1987 20:07:23 +0000 (+0000) Subject: Making suspend-world reset! the primitive io system on restart. X-Git-Tag: 20090517-FFI~13670 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=bfd7d4cc9b0579e61ec9e666a67e5e0538421ba6;p=mit-scheme.git Making suspend-world reset! the primitive io system on restart. --- 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. +))