If a microcode error is missing a handler, report the error without
authorChris Hanson <org/chris-hanson/cph>
Thu, 7 Dec 1989 05:32:23 +0000 (05:32 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 7 Dec 1989 05:32:23 +0000 (05:32 +0000)
special handling for the irritants.

v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index fae7bc0aa1c63beccc40c2f0082caa7be35fdb02..026697374fc8ae82a8b40f0defc3fbc449e9c0ee 100644 (file)
@@ -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
index 663582d9cfd0db012e0a3775aa815aa8e4d8bb67..bf638d138f584654920e11921b6fb6312c10d54f 100644 (file)
@@ -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