X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e495875e47ad06dff607a78ae56dce5d10c19c35..0d66d80d72cd457680ee37030840f729761195c5:/include/xbt/base.h diff --git a/include/xbt/base.h b/include/xbt/base.h index 8bfcf08c18..ba04b67c25 100644 --- a/include/xbt/base.h +++ b/include/xbt/base.h @@ -42,14 +42,14 @@ #define XBT_ATTRIB_DEPRECATED(mesg) __attribute__((deprecated(mesg))) #endif -#define XBT_ATTRIB_DEPRECATED_v338(mesg) \ - XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.37)") #define XBT_ATTRIB_DEPRECATED_v339(mesg) \ XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.38)") #define XBT_ATTRIB_DEPRECATED_v340(mesg) \ XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.39)") #define XBT_ATTRIB_DEPRECATED_v341(mesg) \ XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.40)") +#define XBT_ATTRIB_DEPRECATED_v342(mesg) \ + XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.41)") /* Work around https://github.com/microsoft/vscode-cpptools/issues/4503 */ #ifdef __INTELLISENSE__