chiark / gitweb /
Only make necessary system calls.
[mLib] / assoc.h
diff --git a/assoc.h b/assoc.h
index 68590a454df40912024d642811ffba66c4973634..efc3f0cb408393e2ee34e78f24701a2c2e87356d 100644 (file)
--- a/assoc.h
+++ b/assoc.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: assoc.h,v 1.2 2001/01/25 21:12:22 mdw Exp $
+ * $Id: assoc.h,v 1.3 2004/04/08 01:36:11 mdw Exp $
  *
  * Assocation tables
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: assoc.h,v $
- * Revision 1.2  2001/01/25 21:12:22  mdw
- * Add new macro to find an association's atom key.
- *
- * Revision 1.1  2001/01/20 11:50:58  mdw
- * Hash tables indexed by atoms, to avoid expense of hashing keys on each
- * lookup, and to reduce storage used by key texts.
- *
- */
-
 #ifndef MLIB_ASSOC_H
 #define MLIB_ASSOC_H