chiark / gitweb /
Expunge revision histories in files.
[mLib] / arena.h
diff --git a/arena.h b/arena.h
index 4b1dffe6ffd0c70231486f20183c13ce13e12632..4b89bd6f177e94f786d8cbbf92c220a4db20ba8c 100644 (file)
--- a/arena.h
+++ b/arena.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: arena.h,v 1.2 2000/07/16 12:29:16 mdw Exp $
+ * $Id: arena.h,v 1.3 2004/04/08 01:36:11 mdw Exp $
  *
  * Abstraction for memory allocation arenas
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: arena.h,v $
- * Revision 1.2  2000/07/16 12:29:16  mdw
- * Change to arena `realloc' interface, to fix a design bug.
- *
- * Revision 1.1  2000/06/17 10:37:53  mdw
- * Basic arena management.
- *
- */
-
 #ifndef MLIB_ARENA_H
 #define MLIB_ARENA_H