From 00c34df19f7430347c47e43298bdbfdfe5323418 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 30 May 1994 06:58:43 +0000 Subject: [PATCH] Export EQV-HASH and EQUAL-HASH. --- v7/src/runtime/runtime.pkg | 4 +++- v8/src/runtime/runtime.pkg | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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! -- 2.25.1