Export `debugging-info/unknown-expression?' for use by debugger.
authorChris Hanson <org/chris-hanson/cph>
Fri, 14 Jun 1991 23:57:41 +0000 (23:57 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 14 Jun 1991 23:57:41 +0000 (23:57 +0000)
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index d7462e654af7e3ca16ed92136ae52877e917712c..076d90eec7f6b088126f5cd5b7136cc4eb32e607 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$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 $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.109 1991/06/14 23:57:41 cph Exp $
 
 Copyright (c) 1988-91 Massachusetts Institute of Technology
 
@@ -428,6 +428,7 @@ MIT in each case. |#
          debugging-info/evaluated-object?
          debugging-info/undefined-environment?
          debugging-info/undefined-expression?
+         debugging-info/unknown-expression?
          debugging-info/noise
          debugging-info/noise?
          stack-frame/debugging-info)
index d4ef4a3a6e5853dd8c930b667e62e5e4efaf765a..559ac22108bdd1f5af038f3f64790507bce2d419 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$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 $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.109 1991/06/14 23:57:41 cph Exp $
 
 Copyright (c) 1988-91 Massachusetts Institute of Technology
 
@@ -428,6 +428,7 @@ MIT in each case. |#
          debugging-info/evaluated-object?
          debugging-info/undefined-environment?
          debugging-info/undefined-expression?
+         debugging-info/unknown-expression?
          debugging-info/noise
          debugging-info/noise?
          stack-frame/debugging-info)