chiark / gitweb /
Expunge revision histories in files.
[mLib] / bits.c
diff --git a/bits.c b/bits.c
index 52242b2db3d18d4836e6630551c15200f0af3cfe..27b68fd2703252b3c9e04e6e111c35788b67e40d 100644 (file)
--- a/bits.c
+++ b/bits.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: bits.c,v 1.3 2003/12/14 14:46:11 mdw Exp $
+ * $Id: bits.c,v 1.4 2004/04/08 01:36:11 mdw Exp $
  *
  * Test rig for bits header
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: bits.c,v $
- * Revision 1.3  2003/12/14 14:46:11  mdw
- * Use right test vector file name.
- *
- * Revision 1.2  2000/10/14 16:46:44  mdw
- * Make sure that the bits testcase gets its test vector from the source
- * directory.
- *
- * Revision 1.1  2000/07/16 12:28:00  mdw
- * Test equipment for the 64-bit arithmetic in `bits.h'.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "bits.h"