chiark / gitweb /
Expunge revision histories in files.
[mLib] / atom.h
diff --git a/atom.h b/atom.h
index dac91d5f0edf715469bc88ce14878b56836f1d07..0f5233f0b430dfd9988695cdde10827ea7609941 100644 (file)
--- a/atom.h
+++ b/atom.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: atom.h,v 1.2 2001/01/25 21:13:40 mdw Exp $
+ * $Id: atom.h,v 1.3 2004/04/08 01:36:11 mdw Exp $
  *
  * Atom management
  *
  *
  * Atom management
  *
  * MA 02111-1307, USA.
  */
 
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: atom.h,v $
- * Revision 1.2  2001/01/25 21:13:40  mdw
- * New function allowing an atom's length to be specified at intern time.
- * Add @ATOM_HASH@ macro so that assoc doesn't have to dig in the @atom@
- * structure.
- *
- * Revision 1.1  2001/01/20 11:50:16  mdw
- * Implementation of atom tables (for example, as found in X11).
- *
- */
-
 #ifndef MLIB_ATOM_H
 #define MLIB_ATOM_H
 
 #ifndef MLIB_ATOM_H
 #define MLIB_ATOM_H