From: Guillermo J. Rozas Date: Fri, 16 Aug 1991 15:41:38 +0000 (+0000) Subject: Export hash-table/make and object-hashed? from (runtime hash). X-Git-Tag: 20090517-FFI~10356 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f862ee634488144a9e865cad6071b3f6e0a03483;p=mit-scheme.git Export hash-table/make and object-hashed? from (runtime hash). --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 1643287d2..f715ea598 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.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?) diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index 1e2b25083..1bbbcc699 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.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?)