chiark / gitweb /
Version bump.
[mLib] / env.h
diff --git a/env.h b/env.h
index efe4052dba78631e58c903f985243bfe4b344770..342c81b0c6d531e81fb42c0536789251dd030ede 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.2 1999/12/10 23:42:04 mdw Exp $
  *
  * Fiddling with environment variables
  *
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: env.h,v $
+ * Revision 1.2  1999/12/10 23:42:04  mdw
+ * Change header file guard names.
+ *
  * 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 +47,7 @@
 
 /*----- Header files ------------------------------------------------------*/
 
-#ifndef SYM_H
+#ifndef MLIB_SYM_H
 #  include "sym.h"
 #endif