Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Oups, commited a stupid check which will help me one day for the portability to AIX...
[simgrid.git] / include / xbt / swag.h
index da53816..135b041 100644 (file)
@@ -15,6 +15,8 @@
 #include "xbt/misc.h"
 #include "xbt/sysdep.h" /* size_t */
 
+SG_BEGIN_DECL()
+
 /** 
  * @addtogroup XBT_swag
  * @brief a O(1) set based on linked lists
@@ -158,4 +160,6 @@ static XBT_INLINE void *xbt_swag_getFirst(xbt_swag_t swag)
                  (obj_next=NULL))     )
 /* @} */
 
+SG_END_DECL()
+
 #endif    /* _XBT_SWAG_H */