X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/16a493020852a67f5e16f96f33734ef84d5de1df..494616a1d79ab04ce6f0309a5cbb29ee5876c379:/include/msg/datatypes.h diff --git a/include/msg/datatypes.h b/include/msg/datatypes.h index 8034f9fece..116dbd1bdc 100644 --- a/include/msg/datatypes.h +++ b/include/msg/datatypes.h @@ -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