X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5fd684c7bad6ba06081c88aa7054aac4e28d566f..5a4bab52900d62dfd3dec063ece907974899db09:/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 */