X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a17bc1d7ecf4e2db86a7e6226d7ab6a0b1344908..9d7dca1d2de1e6d67027e4ba33fefe1eb09550e3:/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. */