X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c5b6984a0236437d46945ee28731a6a072f6a2fb..215ed67257173f5e26c9489ec96c4ced08d1614a:/include/msg/datatypes.h?ds=sidebyside 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