X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/e19206c2bfbd24ae9eceb5fbba9324fdcb3a544f..76a7638e4b77ace1b96e1399f8a11e09fb3afede:/env.h?ds=inline diff --git a/env.h b/env.h index efe4052..1a7e08b 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.3 2004/04/08 01:36:11 mdw Exp $ * * Fiddling with environment variables * @@ -27,16 +27,8 @@ * 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