From: rasky Date: Wed, 4 Aug 2004 15:52:54 +0000 (+0000) Subject: Merge da SC: fixato namespace dell'include guard X-Git-Tag: 1.0.0~1134 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=042e6fcbf5f91322305e903ed1ba1ebe99447660;p=bertos.git Merge da SC: fixato namespace dell'include guard git-svn-id: https://src.develer.com/svnoss/bertos/trunk@107 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/mware/hashtable.h b/mware/hashtable.h index bbe100a3..3767ecfc 100755 --- a/mware/hashtable.h +++ b/mware/hashtable.h @@ -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 #include @@ -262,4 +265,4 @@ INLINE HashIterator ht_iter_next(HashIterator h) return h; } -#endif /* HASHTABLE_H */ +#endif /* MWARE_HASHTABLE_H */