X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/300a63912783f039c4df8be05542ce97786c3660..c6e0eaf00cd09a4e5237e70d8351049ec91d7653:/bits.h?ds=inline diff --git a/bits.h b/bits.h index cc4d516..21abb59 100644 --- a/bits.h +++ b/bits.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: bits.h,v 1.3 1999/06/20 23:31:52 mdw Exp $ + * $Id: bits.h,v 1.4 1999/12/10 23:42:04 mdw Exp $ * * Portable bit-level manipulation macros * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: bits.h,v $ + * Revision 1.4 1999/12/10 23:42:04 mdw + * Change header file guard names. + * * Revision 1.3 1999/06/20 23:31:52 mdw * More portability enhancements. * @@ -41,8 +44,8 @@ * */ -#ifndef BITS_H -#define BITS_H +#ifndef MLIB_BITS_H +#define MLIB_BITS_H #ifdef __cplusplus extern "C" {