Merge da SC: fixato namespace dell'include guard
authorrasky <rasky@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 4 Aug 2004 15:52:54 +0000 (15:52 +0000)
committerrasky <rasky@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 4 Aug 2004 15:52:54 +0000 (15:52 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@107 38d2e660-2303-0410-9eaa-f027e97ec537

mware/hashtable.h

index bbe100a3dffc541b9341369dd00890238b2ca0cb..3767ecfc54e4d4754e1659d7f017fec6a1bea854 100755 (executable)
@@ -31,6 +31,9 @@
 
 /*
  * $Log$
+ * Revision 1.2  2004/08/04 15:52:54  rasky
+ * Merge da SC: fixato namespace dell'include guard
+ *
  * Revision 1.1  2004/07/14 14:08:16  rasky
  * Implementazione di una tabella hash
  *
@@ -59,8 +62,8 @@
  */
 
 
-#ifndef HASHTABLE_H
-#define HASHTABLE_H
+#ifndef MWARE_HASHTABLE_H
+#define MWARE_HASHTABLE_H
 
 #include <compiler.h>
 #include <kdebug.h>
@@ -262,4 +265,4 @@ INLINE HashIterator ht_iter_next(HashIterator h)
        return h;
 }
 
-#endif /* HASHTABLE_H */
+#endif /* MWARE_HASHTABLE_H */