chiark / gitweb /
Don't include trailing zero in the name of a gensym.
[mLib] / unihash-mkstatic.c
index ba074e6783e6eaa090e8b3439723245fa2bcb54a..6b735527b7a5217322021876eb9dce6af575b589 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: unihash-mkstatic.c,v 1.1 2003/12/15 20:52:56 mdw Exp $
+ * $Id: unihash-mkstatic.c,v 1.2 2004/04/08 01:36:13 mdw Exp $
  *
  * Build static universal hash tables
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: unihash-mkstatic.c,v $
- * Revision 1.1  2003/12/15 20:52:56  mdw
- * New program to make fixed tables for universal hashing.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <ctype.h>