Added compress.
authorHenry M. Wu <edu/mit/csail/zurich/mhwu>
Tue, 26 May 1992 17:50:35 +0000 (17:50 +0000)
committerHenry M. Wu <edu/mit/csail/zurich/mhwu>
Tue, 26 May 1992 17:50:35 +0000 (17:50 +0000)
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index d507786ce503dae9bc4e5b0c257bbf885acf0a2e..e8c82b98d8321916554a1eeef0a2d18a22c10332 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.151 1992/05/26 17:40:49 mhwu Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.152 1992/05/26 17:50:35 mhwu Exp $
 
 Copyright (c) 1988-92 Massachusetts Institute of Technology
 
@@ -267,6 +267,9 @@ MIT in each case. |#
          dbg-procedure/source-code
          dbg-expression?
          )
+  (export (runtime compress)
+         uncompress-internal
+         )
   (initialization (initialize-package!)))
 
 (define-package (runtime console-i/o-port)
index a2e8709608ebd82ea45e73ecb7c7a56a8dbd66d1..c7d52fde9c894d4ee67d344edb8426874493d26c 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.151 1992/05/26 17:40:49 mhwu Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.152 1992/05/26 17:50:35 mhwu Exp $
 
 Copyright (c) 1988-92 Massachusetts Institute of Technology
 
@@ -267,6 +267,9 @@ MIT in each case. |#
          dbg-procedure/source-code
          dbg-expression?
          )
+  (export (runtime compress)
+         uncompress-internal
+         )
   (initialization (initialize-package!)))
 
 (define-package (runtime console-i/o-port)