Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename BEGIN_DECL since we changed the usual definition to a macro with arguments...
[simgrid.git] / include / msg / datatypes.h
index 8034f9f..116dbd1 100644 (file)
@@ -9,7 +9,7 @@
 #define MSG_DATATYPE_H
 #include "xbt/misc.h"
 
-BEGIN_DECL()
+SG_BEGIN_DECL()
 
 /* ******************************** Host ************************************ */
 /** @defgroup m_datatypes_management_details */
@@ -124,5 +124,5 @@ typedef enum {
 } MSG_error_t;
 /** @} */
 
-END_DECL()
+SG_END_DECL()
 #endif