X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/e19206c2bfbd24ae9eceb5fbba9324fdcb3a544f..78b1464e4a78dc364ecc8aebcfd5ec13b3f6bb07:/env.h?ds=sidebyside diff --git a/env.h b/env.h index efe4052..342c81b 100644 --- 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 * @@ -30,13 +30,16 @@ /*----- 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