chiark / gitweb /
Various manual fixes.
[mLib] / env.c
diff --git a/env.c b/env.c
index 985dc526b79991ef7e53f0aafc1ab534c2b83108..57d029a522971e7cc5ee48a8caadf2d893eda222 100644 (file)
--- a/env.c
+++ b/env.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: env.c,v 1.4 2001/01/25 21:14:26 mdw Exp $
+ * $Id: env.c,v 1.5 2004/04/08 01:36:11 mdw Exp $
  *
  * Fiddling with environment variables
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: env.c,v $
- * Revision 1.4  2001/01/25 21:14:26  mdw
- * Nowadays, @SYM_LEN@ doesn't include the terminating null, so revise the
- * buffer-usage calculation.
- *
- * Revision 1.3  2001/01/20 11:48:10  mdw
- * Use new @SYM_LEN@ macro for name lengths.
- *
- * Revision 1.2  2000/06/17 10:39:00  mdw
- * Add support for arena management.
- *
- * Revision 1.1  1999/07/26 23:15:57  mdw
- * Fiddling with environment variables.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <stdio.h>