X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/d46d1a2f6a5307d06c72bd072a97219523553497..8656dc507aee9c5dcb3a6ad876565f5fcac425ae:/unihash.c diff --git a/unihash.c b/unihash.c index e2093b9..ad6e52d 100644 --- a/unihash.c +++ b/unihash.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: unihash.c,v 1.2 2003/12/14 14:45:30 mdw Exp $ + * $Id: unihash.c,v 1.3 2004/04/08 01:36:13 mdw Exp $ * * Simple and efficient universal hashing for hashtables * @@ -27,17 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: unihash.c,v $ - * Revision 1.2 2003/12/14 14:45:30 mdw - * Test universal hashing and fix bugs. - * - * Revision 1.1 2003/10/12 14:43:24 mdw - * Universal hashing. - * - */ - /*----- Header files ------------------------------------------------------*/ #include