From: Joe Marshall Date: Wed, 22 Jun 1988 21:09:42 +0000 (+0000) Subject: Export compiler-info/symbol-table from info-package. X-Git-Tag: 20090517-FFI~12692 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=71d72dc703ef262492a1067ca7bba9a7a16f97b2;p=mit-scheme.git Export compiler-info/symbol-table from info-package. --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 229644009..7a0aa9265 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.5 1988/06/22 20:51:50 jrm Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.6 1988/06/22 21:09:42 jrm Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -232,6 +232,7 @@ MIT in each case. |# sorted-vector/there-exists? sorted-vector/for-each + compiler-info/symbol-table block-symbol-table compiled-code-block->pathstring compiled-code-block->compiler-info diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index 4597cb505..50f80cef3 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.5 1988/06/22 20:51:50 jrm Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.6 1988/06/22 21:09:42 jrm Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -232,6 +232,7 @@ MIT in each case. |# sorted-vector/there-exists? sorted-vector/for-each + compiler-info/symbol-table block-symbol-table compiled-code-block->pathstring compiled-code-block->compiler-info