X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/04e36999261b79d41c11a5c004c6c5e667a94a34..bfffef69e1b0554d13eec920f1a32f75b49ceac6:/include/xbt/base.h diff --git a/include/xbt/base.h b/include/xbt/base.h index 7f39cc7df7..a4c062d80e 100644 --- a/include/xbt/base.h +++ b/include/xbt/base.h @@ -46,6 +46,8 @@ XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.35)") #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)") /* Work around https://github.com/microsoft/vscode-cpptools/issues/4503 */ #ifdef __INTELLISENSE__