From 23e4815ca601aaf65b256c2b72f61a7463b5ddc4 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 7 Dec 1989 05:32:23 +0000 Subject: [PATCH] If a microcode error is missing a handler, report the error without special handling for the irritants. --- v7/src/runtime/runtime.pkg | 3 +-- v8/src/runtime/runtime.pkg | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index fae7bc0aa..026697374 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.55 1989/11/09 03:45:00 gjs Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.56 1989/12/07 05:32:23 cph Exp $ Copyright (c) 1988, 1989 Massachusetts Institute of Technology @@ -898,7 +898,6 @@ MIT in each case. |# error-type:fasload error-type:file error-type:illegal-argument - error-type:missing-handler error-type:open-file error-type:random-internal error-type:wrong-type-argument diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index 663582d9c..bf638d138 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.55 1989/11/09 03:45:00 gjs Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.56 1989/12/07 05:32:23 cph Exp $ Copyright (c) 1988, 1989 Massachusetts Institute of Technology @@ -898,7 +898,6 @@ MIT in each case. |# error-type:fasload error-type:file error-type:illegal-argument - error-type:missing-handler error-type:open-file error-type:random-internal error-type:wrong-type-argument -- 2.25.1