#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/rep.scm,v 14.20 1991/05/15 21:17:51 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/rep.scm,v 14.21 1991/05/15 22:02:20 cph Exp $
Copyright (c) 1988-91 Massachusetts Institute of Technology
message)))
(lambda (restart)
(restart/put! restart make-cmdl cmdl)
- (fluid-let ((*nearest-cmdl* cmdl))
+ (fluid-let ((*nearest-cmdl* cmdl)
+ (dynamic-handler-frames '()))
(with-interrupt-mask interrupt-mask/all
(lambda (interrupt-mask)
interrupt-mask
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.107 1991/05/15 21:18:22 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.108 1991/05/15 22:02:07 cph Exp $
Copyright (c) 1988-91 Massachusetts Institute of Technology
write-restart-report)
(export (runtime microcode-errors)
write-operator)
+ (export (runtime rep)
+ dynamic-handler-frames)
(initialization (initialize-package!)))
(define-package (runtime event-distributor)
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.107 1991/05/15 21:18:22 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.108 1991/05/15 22:02:07 cph Exp $
Copyright (c) 1988-91 Massachusetts Institute of Technology
write-restart-report)
(export (runtime microcode-errors)
write-operator)
+ (export (runtime rep)
+ dynamic-handler-frames)
(initialization (initialize-package!)))
(define-package (runtime event-distributor)