passed as a list, resulting in a different error being signalled
whenever such an error occurred.
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/uerror.scm,v 14.2 1988/06/13 11:58:37 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/uerror.scm,v 14.3 1988/07/22 22:53:14 cph Exp $
Copyright (c) 1988 Massachusetts Institute of Technology
(define-error-handler error-type 'INTERNAL-APPLY true
(lambda (condition-type frame)
(make-error-condition condition-type
- (internal-apply-frame/operator frame)
+ (list (internal-apply-frame/operator frame))
repl-environment))))
(define (define-operand-handler error-type irritant #!optional filter)
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.14 1988/07/16 18:54:56 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.15 1988/07/22 22:54:04 cph Exp $
Copyright (c) 1988 Massachusetts Institute of Technology
'()))
(add-system! microcode-system)
(add-event-receiver! event:after-restore snarf-microcode-version!)
- (add-identification! "Runtime" 14 14))
+ (add-identification! "Runtime" 14 15))
(define microcode-system)