X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ad4640ba22bba03fdc83e735157be1b4d23079eb..0f2a5c6a1ee7c87ece476402ae0a2842fd5f89f6:/include/xbt/swag.h diff --git a/include/xbt/swag.h b/include/xbt/swag.h index 1407b52bb4..9ebd506420 100644 --- a/include/xbt/swag.h +++ b/include/xbt/swag.h @@ -88,7 +88,7 @@ typedef struct xbt_swag { XBT_PUBLIC(xbt_swag_t) xbt_swag_new(size_t offset); XBT_PUBLIC(void) xbt_swag_free(xbt_swag_t swag); -XBT_INLINE XBT_PUBLIC(void) xbt_swag_init(xbt_swag_t swag, size_t offset); +XBT_PUBLIC(void) xbt_swag_init(xbt_swag_t swag, size_t offset); /** * \param obj the objet to insert in the swag