From 71d72dc703ef262492a1067ca7bba9a7a16f97b2 Mon Sep 17 00:00:00 2001
From: Joe Marshall <edu/mit/csail/zurich/jrm>
Date: Wed, 22 Jun 1988 21:09:42 +0000
Subject: [PATCH] Export compiler-info/symbol-table from info-package.

---
 v7/src/runtime/runtime.pkg | 3 ++-
 v8/src/runtime/runtime.pkg | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

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
-- 
2.25.1