https://svn.lrde.epita.fr/svn/oln/trunk/static
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
* stc/any.hh, stc/entry.hh, stc/exact.hh, stc/find_exact.hh,
* stc/scoop.hh, stc/valist_aggregator.hh,
* stc/internal/extract_vtype_from_list.hh: Adjust header guards to
match the file name.
any.hh | 6 +++---
entry.hh | 6 +++---
exact.hh | 6 +++---
find_exact.hh | 6 +++---
internal/extract_vtype_from_list.hh | 6 +++---
scoop.hh | 6 +++---
valist_aggregator.hh | 6 +++---
7 files changed, 21 insertions(+), 21 deletions(-)
Index: stc/entry.hh
--- stc/entry.hh (revision 585)
+++ stc/entry.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef STATIC_ENTRY_HH
-# define STATIC_ENTRY_HH
+#ifndef STC_ENTRY_HH
+# define STC_ENTRY_HH
/** \file stc/entry.hh
\brief Extensible entry points in a class hierarchy.
@@ -147,4 +147,4 @@
} // end of namespace stc
-#endif // ! STATIC_ENTRY_HH
+#endif // ! STC_ENTRY_HH
Index: stc/scoop.hh
--- stc/scoop.hh (revision 585)
+++ stc/scoop.hh (working copy)
@@ -32,8 +32,8 @@
Based on Theo's presentation from January 2006 (olena-06-jan.pdf). */
-#ifndef STATIC_SCOOP_HH
-# define STATIC_SCOOP_HH
+#ifndef STC_SCOOP_HH
+# define STC_SCOOP_HH
# include <mlc/flags.hh>
# include <mlc/typedef.hh>
@@ -1035,4 +1035,4 @@
typedef oln_check_type_of(E, Typedef) Typedef
-#endif // ! STATIC_SCOOP_HH
+#endif // ! STC_SCOOP_HH
Index: stc/exact.hh
--- stc/exact.hh (revision 585)
+++ stc/exact.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef STATIC_EXACT_HH
-# define STATIC_EXACT_HH
+#ifndef STC_EXACT_HH
+# define STC_EXACT_HH
# include <stc/any.hh>
@@ -198,4 +198,4 @@
} // end of namespace stc
-#endif // ! STATIC_EXACT_HH
+#endif // ! STC_EXACT_HH
Index: stc/valist_aggregator.hh
--- stc/valist_aggregator.hh (revision 585)
+++ stc/valist_aggregator.hh (working copy)
@@ -31,8 +31,8 @@
/// Converts a mlc::valist_ into a class inheriting from all the
/// elements of the list.
-#ifndef STATIC_VALIST_AGGREGATOR_HH
-# define STATIC_VALIST_AGGREGATOR_HH
+#ifndef STC_VALIST_AGGREGATOR_HH
+# define STC_VALIST_AGGREGATOR_HH
// FIXME: To be moved in Metalic?
@@ -140,4 +140,4 @@
} // end of namespace stc
-#endif // ! STATIC_VALIST_AGGREGATOR_HH
+#endif // ! STC_VALIST_AGGREGATOR_HH
Index: stc/find_exact.hh
--- stc/find_exact.hh (revision 585)
+++ stc/find_exact.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef STATIC_FIND_EXACT_HH
-# define STATIC_FIND_EXACT_HH
+#ifndef STC_FIND_EXACT_HH
+# define STC_FIND_EXACT_HH
# define stc_find_exact(Abstraction, ExactType) \
typename stc::find_exact< Abstraction, ExactType >::ret
@@ -56,4 +56,4 @@
} // end of namespace stc
-#endif // ! STATIC_FIND_EXACT_HH
+#endif // ! STC_FIND_EXACT_HH
Index: stc/any.hh
--- stc/any.hh (revision 585)
+++ stc/any.hh (working copy)
@@ -27,8 +27,8 @@
// Public License.
-#ifndef STATIC_ANY_HH
-# define STATIC_ANY_HH
+#ifndef STC_ANY_HH
+# define STC_ANY_HH
/// \file stc/any.hh
/// \brief Implementation of stc::any classes (top of static hierachies).
@@ -218,4 +218,4 @@
} // end of namespace stc
-#endif // ! STATIC_ANY_HH
+#endif // ! STC_ANY_HH
Index: stc/internal/extract_vtype_from_list.hh
--- stc/internal/extract_vtype_from_list.hh (revision 585)
+++ stc/internal/extract_vtype_from_list.hh (working copy)
@@ -33,8 +33,8 @@
This file is part of the rec_get_vtype_from_list from
stc/vtypes.hh. */
-#ifndef STATIC_INTERNAL_EXTRACT_VTYPE_FROM_LIST
-# define STATIC_INTERNAL_EXTRACT_VTYPE_FROM_LIST
+#ifndef STC_INTERNAL_EXTRACT_VTYPE_FROM_LIST_HH
+# define STC_INTERNAL_EXTRACT_VTYPE_FROM_LIST_HH
# include <mlc/flags.hh>
# include <mlc/valist.hh>
@@ -155,4 +155,4 @@
} // end of namespace stc
-#endif // ! STATIC_INTERNAL_EXTRACT_VTYPE_FROM_LIST
+#endif // ! STC_INTERNAL_EXTRACT_VTYPE_FROM_LIST_HH