From 76cae8161d8bf3544e761c233f17946f82681882 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 19 Oct 1993 08:17:39 +0000 Subject: [PATCH] Generalize interface to hash tables so that users can construct efficient address-based hashing procedures. --- v7/src/runtime/hashtb.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1