chiark / gitweb /
str: Various whitespace cleanups.
[mLib] / env.h
diff --git a/env.h b/env.h
index efe4052dba78631e58c903f985243bfe4b344770..1a7e08ba43585471b679a513ab8aaffd368aa441 100644 (file)
--- a/env.h
+++ b/env.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: env.h,v 1.1 1999/07/26 23:15:57 mdw Exp $
+ * $Id: env.h,v 1.3 2004/04/08 01:36:11 mdw Exp $
  *
  * Fiddling with environment variables
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: env.h,v $
- * Revision 1.1  1999/07/26 23:15:57  mdw
- * Fiddling with environment variables.
- *
- */
-
-#ifndef ENV_H
-#define ENV_H
+#ifndef MLIB_ENV_H
+#define MLIB_ENV_H
 
 #ifdef __cplusplus
   extern "C" {
@@ -44,7 +36,7 @@
 
 /*----- Header files ------------------------------------------------------*/
 
-#ifndef SYM_H
+#ifndef MLIB_SYM_H
 #  include "sym.h"
 #endif