Export compiler-info/symbol-table from info-package.
authorJoe Marshall <edu/mit/csail/zurich/jrm>
Wed, 22 Jun 1988 21:09:42 +0000 (21:09 +0000)
committerJoe Marshall <edu/mit/csail/zurich/jrm>
Wed, 22 Jun 1988 21:09:42 +0000 (21:09 +0000)
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index 229644009eee07c85153743f690ebe4c075b3a06..7a0aa926567635c1639d069d3518a967a3e760fe 100644 (file)
@@ -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
index 4597cb505bdb46533c01bf1232886c01e1c2fede..50f80cef382c6f80c4dc3d3b96bb3a3f85320331 100644 (file)
@@ -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