chiark / gitweb /
Change header file guard names.
[mLib] / hash.h
diff --git a/hash.h b/hash.h
index 6d739a7f62664eb2f433383a7e30413e14fef446..a7dd70542d7c10ca08acf12d00314ea81c8eefc4 100644 (file)
--- a/hash.h
+++ b/hash.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: hash.h,v 1.1 1999/08/02 14:45:48 mdw Exp $
+ * $Id: hash.h,v 1.2 1999/12/10 23:42:04 mdw Exp $
  *
  * General hashtable infrastructure
  *
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: hash.h,v $
+ * Revision 1.2  1999/12/10 23:42:04  mdw
+ * Change header file guard names.
+ *
  * Revision 1.1  1999/08/02 14:45:48  mdw
  * Break low-level hashtable code out from sym.
  *
  */
 
-#ifndef HASH_H
-#define HASH_H
+#ifndef MLIB_HASH_H
+#define MLIB_HASH_H
 
 #ifdef __cplusplus
   extern "C" {
@@ -53,7 +56,7 @@
 
 #include <stddef.h>
 
-#ifndef BITS_H
+#ifndef MLIB_BITS_H
 #  include "bits.h"
 #endif