Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Define macro XBT_ATTRIB_DEPRECATED_v335.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 31 Jan 2022 07:47:18 +0000 (08:47 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 31 Jan 2022 07:51:06 +0000 (08:51 +0100)
docs/source/Doxyfile
include/xbt/base.h

index b34b9d0..35eefa0 100644 (file)
@@ -71,4 +71,5 @@ PREDEFINED             += \
     XBT_LOG_NEW_DEFAULT_SUBCATEGORY(cname,parent,desc)= \
     XBT_ATTRIB_DEPRECATED_v332(mesg)= \
     XBT_ATTRIB_DEPRECATED_v333(mesg)= \
-    XBT_ATTRIB_DEPRECATED_v334(mesg)=
+    XBT_ATTRIB_DEPRECATED_v334(mesg)= \
+    XBT_ATTRIB_DEPRECATED_v335(mesg)=
index 9429e76..8698afe 100644 (file)
@@ -59,6 +59,8 @@
   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)")
 
 /* Work around https://github.com/microsoft/vscode-cpptools/issues/4503 */
 #ifdef __INTELLISENSE__