X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ed37babb2fa9097abe82df299c0aa259ed84d5a..230f14e9e54194231417a6afe68983b67693ed6d:/include/xbt/sysdep.h diff --git a/include/xbt/sysdep.h b/include/xbt/sysdep.h index a4800a1e05..e78e0bd656 100644 --- a/include/xbt/sysdep.h +++ b/include/xbt/sysdep.h @@ -78,8 +78,7 @@ static XBT_ALWAYS_INLINE void *xbt_realloc(void *p, size_t s) { return res; } -/** @brief like free - @hideinitializer */ +/** @brief like free */ #define xbt_free(p) free(p) /*nothing specific to do here. A poor valgrind replacement? */ #ifdef __cplusplus