X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/62d39371e58b7640d50f64baa6a29ae4b35320c1..f8206609c3591c41c137f344f413a504e56aecf8:/include/xbt/base.h?ds=sidebyside diff --git a/include/xbt/base.h b/include/xbt/base.h index 3886b7f25a..d34b992fd6 100644 --- a/include/xbt/base.h +++ b/include/xbt/base.h @@ -77,6 +77,8 @@ XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped in v3.24)") /* Will be dropped in v3.24 */ #define XBT_ATTRIB_DEPRECATED_v325(mesg) \ XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped in v3.25)") /* Will be dropped in v3.25 */ +#define XBT_ATTRIB_DEPRECATED_v326(mesg) \ + XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped in v3.26)") /* Will be dropped in v3.26 */ #if !defined(__APPLE__) # define XBT_ATTRIB_CONSTRUCTOR(prio) __attribute__((__constructor__(prio)))