X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4d648ebbbe5705878080b9cbf1ca61497323c592..baae28171e3955a7fc4d7dc0caca1dbdd91029d0:/include/xbt/str.h diff --git a/include/xbt/str.h b/include/xbt/str.h index b98b00e2ae..352d544f86 100644 --- a/include/xbt/str.h +++ b/include/xbt/str.h @@ -14,7 +14,7 @@ #include /* va_* */ -SG_BEGIN_DECL() +SG_BEGIN_DECL /** @addtogroup XBT_str * @brief String manipulation functions @@ -111,5 +111,5 @@ static inline unsigned int xbt_str_hash(const char *str) } /**@}*/ -SG_END_DECL() +SG_END_DECL #endif /* XBT_STR_H */