X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/0d4e268a25ff7c416d2229057a77c451407a5db0..a3842adfcebc0a9b3df53ef94e24ea379412a971:/bits.h 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" {