X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/deac2c062ec8d469f153bc84e6e6f705bf20f3aa..5a00610e05eab122e23f56b589d5bb240e6ceda7:/include/xbt/base.h diff --git a/include/xbt/base.h b/include/xbt/base.h index 9359d530ce..259c84c893 100644 --- a/include/xbt/base.h +++ b/include/xbt/base.h @@ -47,6 +47,7 @@ # define XBT_ATTRIB_NORETURN __attribute__((__noreturn__)) # define XBT_ATTRIB_UNUSED __attribute__((__unused__)) +# define XBT_ATTRIB_DEPRECATED(m) __attribute__((__deprecated__(m))) /* Constructor priorities exist since gcc 4.3. Apparently, they are however not * supported on Macs. */