From: Chris Hanson Date: Tue, 19 Oct 1993 08:17:39 +0000 (+0000) Subject: Generalize interface to hash tables so that users can construct X-Git-Tag: 20090517-FFI~7728 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=76cae8161d8bf3544e761c233f17946f82681882;p=mit-scheme.git Generalize interface to hash tables so that users can construct efficient address-based hashing procedures. --- diff --git a/v7/src/runtime/hashtb.scm b/v7/src/runtime/hashtb.scm index d4eb762ff..175785a0e 100644 --- a/v7/src/runtime/hashtb.scm +++ b/v7/src/runtime/hashtb.scm @@ -1,6 +1,6 @@ -~#| -*-Scheme-*- +#| -*-Scheme-*- -$Id: hashtb.scm,v 1.13 1993/10/19 07:16:22 cph Exp $ +$Id: hashtb.scm,v 1.14 1993/10/19 08:17:39 cph Exp $ Copyright (c) 1990-93 Massachusetts Institute of Technology