Export hash-table/make and object-hashed? from (runtime hash).
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 16 Aug 1991 15:41:38 +0000 (15:41 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 16 Aug 1991 15:41:38 +0000 (15:41 +0000)
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index 1643287d24e6206e9b8233b39dec797e3499a915..f715ea5987682096d8d3b0bdd0f434897bdf4303 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.114 1991/08/16 01:19:40 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.115 1991/08/16 15:41:38 jinx Exp $
 
 Copyright (c) 1988-91 Massachusetts Institute of Technology
 
@@ -828,7 +828,9 @@ MIT in each case. |#
   (parent ())
   (export ()
          hash
+         hash-table/make
          object-hash
+         object-hashed?
          object-unhash
          unhash
          valid-hash-number?)
index 1e2b250833675f0fcfba908c65a838688f047afa..1bbbcc699c3d2afece0667fe638690108d7a12df 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.114 1991/08/16 01:19:40 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.115 1991/08/16 15:41:38 jinx Exp $
 
 Copyright (c) 1988-91 Massachusetts Institute of Technology
 
@@ -828,7 +828,9 @@ MIT in each case. |#
   (parent ())
   (export ()
          hash
+         hash-table/make
          object-hash
+         object-hashed?
          object-unhash
          unhash
          valid-hash-number?)