X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/376c276e460465f8c897215240fa7094a635fe7b..2fdfd29d8bd702dc10068f8f6ead958115a52e5a:/include/xbt/base.h diff --git a/include/xbt/base.h b/include/xbt/base.h index 9429e76b50..c6b9787e6c 100644 --- a/include/xbt/base.h +++ b/include/xbt/base.h @@ -53,12 +53,14 @@ #define XBT_ATTRIB_DEPRECATED(mesg) __attribute__((deprecated(mesg))) #endif -#define XBT_ATTRIB_DEPRECATED_v332(mesg) \ - XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.31)") #define XBT_ATTRIB_DEPRECATED_v333(mesg) \ XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.32)") #define XBT_ATTRIB_DEPRECATED_v334(mesg) \ XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.33)") +#define XBT_ATTRIB_DEPRECATED_v335(mesg) \ + XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.34)") +#define XBT_ATTRIB_DEPRECATED_v336(mesg) \ + XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.35)") /* Work around https://github.com/microsoft/vscode-cpptools/issues/4503 */ #ifdef __INTELLISENSE__