chiark / gitweb /
cleanup: All the whitespace fixes, all at once.
[mLib] / env.h
diff --git a/env.h b/env.h
index efe4052dba78631e58c903f985243bfe4b344770..e04f1a3894ff7584a688831e3358d2f33cb811a5 100644 (file)
--- a/env.h
+++ b/env.h
@@ -1,13 +1,13 @@
 /* -*-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
  *
  * (c) 1999 Straylight/Edgeware
  */
 
-/*----- Licensing notice --------------------------------------------------* 
+/*----- Licensing notice --------------------------------------------------*
  *
  * This file is part of the mLib utilities library.
  *
  * it under the terms of the GNU Library General Public License as
  * published by the Free Software Foundation; either version 2 of the
  * License, or (at your option) any later version.
- * 
+ *
  * mLib is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU Library General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU Library General Public
  * License along with mLib; if not, write to the Free
  * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
  * 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