Export `condition/internal?' (not `condition-type/internal?') from
authorChris Hanson <org/chris-hanson/cph>
Wed, 22 Jun 1988 21:34:22 +0000 (21:34 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 22 Jun 1988 21:34:22 +0000 (21:34 +0000)
error handler package.

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

index 46e1e9e152616f25d58ec4d5ff7e82bde5550289..3e90955df433fb3634a8f68aa91fa6fcd69a1cb0 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.7 1988/06/22 21:23:58 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.8 1988/06/22 21:34:22 cph Exp $
 
 Copyright (c) 1988 Massachusetts Institute of Technology
 
@@ -424,14 +424,14 @@ MIT in each case. |#
          cmdl-message/error
          condition-type/generalizations
          condition-type/error?
-         condition-type/internal?
          condition-type/properties
          condition-type/reporter
          condition-type:error
          condition-type?
          condition/continuation
-         condition/generalizations
          condition/error?
+         condition/generalizations
+         condition/internal?
          condition/irritants
          condition/properties
          condition/report-string
index 70f4d72a256a0f9a6b411a90fa3405d772970076..4d8a7b98c91fc93f02032eb62fa56dd60e864eec 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.7 1988/06/22 21:23:58 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.8 1988/06/22 21:34:22 cph Exp $
 
 Copyright (c) 1988 Massachusetts Institute of Technology
 
@@ -424,14 +424,14 @@ MIT in each case. |#
          cmdl-message/error
          condition-type/generalizations
          condition-type/error?
-         condition-type/internal?
          condition-type/properties
          condition-type/reporter
          condition-type:error
          condition-type?
          condition/continuation
-         condition/generalizations
          condition/error?
+         condition/generalizations
+         condition/internal?
          condition/irritants
          condition/properties
          condition/report-string