chiark / gitweb /
buf: Fix two embarassing bugs found while writing Lisp bindings.
[mLib] / hash.h
diff --git a/hash.h b/hash.h
index c76c6a186b1cbd887c279d45f56d2839bc89efc7..b7ad04de45eb6dcb647242daf19be78ecc3e25ef 100644 (file)
--- a/hash.h
+++ b/hash.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: hash.h,v 1.3 2000/06/17 10:37:39 mdw Exp $
+ * $Id: hash.h,v 1.4 2004/04/08 01:36:11 mdw Exp $
  *
  * General hashtable infrastructure
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: hash.h,v $
- * Revision 1.3  2000/06/17 10:37:39  mdw
- * Add support for arena management.
- *
- * Revision 1.2  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.1  1999/08/02 14:45:48  mdw
- * Break low-level hashtable code out from sym.
- *
- */
-
 #ifndef MLIB_HASH_H
 #define MLIB_HASH_H