From: Chris Hanson Date: Mon, 30 May 1994 06:58:43 +0000 (+0000) Subject: Export EQV-HASH and EQUAL-HASH. X-Git-Tag: 20090517-FFI~7170 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=00c34df19f7430347c47e43298bdbfdfe5323418;p=mit-scheme.git Export EQV-HASH and EQUAL-HASH. --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 5886b7beb..247ee96b2 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.227 1994/04/19 18:43:32 cph Exp $ +$Id: runtime.pkg,v 14.228 1994/05/30 06:58:43 cph Exp $ Copyright (c) 1988-1994 Massachusetts Institute of Technology @@ -876,7 +876,9 @@ MIT in each case. |# (export () eq-hash eq-hash-mod + equal-hash equal-hash-mod + eqv-hash eqv-hash-mod hash-table->alist hash-table/clean! diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index 5886b7beb..247ee96b2 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.227 1994/04/19 18:43:32 cph Exp $ +$Id: runtime.pkg,v 14.228 1994/05/30 06:58:43 cph Exp $ Copyright (c) 1988-1994 Massachusetts Institute of Technology @@ -876,7 +876,9 @@ MIT in each case. |# (export () eq-hash eq-hash-mod + equal-hash equal-hash-mod + eqv-hash eqv-hash-mod hash-table->alist hash-table/clean!