;;; -*-Scheme-*-
;;;
-;;; Copyright (c) 1986 Massachusetts Institute of Technology
+;;; Copyright (c) 1987 Massachusetts Institute of Technology
;;;
;;; This material was developed by the Scheme project at the
;;; Massachusetts Institute of Technology, Department of
;;;; Garbage Collector
+;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/gc.scm,v 1.92 1987/01/05 17:25:05 cph Exp $
+
(declare (usual-integrations)
(compilable-primitive-functions
garbage-collect primitive-purify primitive-impurify primitive-fasdump
(gc-flip Default-Safety-Margin)))
(vector-set! (vector-ref (get-fixed-objects-vector) 1)
- 1 ;Local Stack Overflow Interrupt
+ 0 ;Local Stack Overflow Interrupt
(named-lambda (stack-overflow-interrupt interrupt-code
interrupt-enables)
(stack-overflow)