X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/d46d1a2f6a5307d06c72bd072a97219523553497..8656dc507aee9c5dcb3a6ad876565f5fcac425ae:/hash.c diff --git a/hash.c b/hash.c index 9483e10..d18cc00 100644 --- a/hash.c +++ b/hash.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: hash.c,v 1.3 2000/07/16 12:29:16 mdw Exp $ + * $Id: hash.c,v 1.4 2004/04/08 01:36:11 mdw Exp $ * * General hashtable infrastructure * @@ -27,20 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: hash.c,v $ - * Revision 1.3 2000/07/16 12:29:16 mdw - * Change to arena `realloc' interface, to fix a design bug. - * - * Revision 1.2 2000/06/17 10:37:39 mdw - * Add support for arena management. - * - * Revision 1.1 1999/08/02 14:45:48 mdw - * Break low-level hashtable code out from sym. - * - */ - /*----- Header files ------------------------------------------------------*/ #include