From: Chris Hanson Date: Fri, 14 Jun 1991 23:57:41 +0000 (+0000) Subject: Export `debugging-info/unknown-expression?' for use by debugger. X-Git-Tag: 20090517-FFI~10514 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=48cce1d6d0c1ba8fa7831547c92772f7fd729c96;p=mit-scheme.git Export `debugging-info/unknown-expression?' for use by debugger. --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index d7462e654..076d90eec 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.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) diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index d4ef4a3a6..559ac2210 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.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)