Export EQV-HASH and EQUAL-HASH.
authorChris Hanson <org/chris-hanson/cph>
Mon, 30 May 1994 06:58:43 +0000 (06:58 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 30 May 1994 06:58:43 +0000 (06:58 +0000)
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index 5886b7bebb3bd15a8ca401b62121d99bf6cfb39b..247ee96b278bc5fe0bff9fe510b7e475736ad3ab 100644 (file)
@@ -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!
index 5886b7bebb3bd15a8ca401b62121d99bf6cfb39b..247ee96b278bc5fe0bff9fe510b7e475736ad3ab 100644 (file)
@@ -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!