chiark / gitweb /
Change header file guard names.
[mLib] / bits.h
diff --git a/bits.h b/bits.h
index cc4d5165183d585ccc1a4832d8fab1615317dc27..21abb592385015ffc88f8be5a048df4a5e41f83a 100644 (file)
--- 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" {