Remove CVS cruft.
[rocl] / vec.c
diff --git a/vec.c b/vec.c
index c2aef2e..d091b2c 100644 (file)
--- a/vec.c
+++ b/vec.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: vec.c,v 1.1 2003/03/07 00:45:35 mdw Exp $
+ * $Id$
  *
  * Vectors and arrays in Tcl
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: vec.c,v $
- * Revision 1.1  2003/03/07 00:45:35  mdw
- * A multidimensional vector/matrix type which is updateable in place.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <assert.h>