Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Introduce next XBT_DEPRECATED macro.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 15 Dec 2020 22:01:53 +0000 (23:01 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 16 Dec 2020 20:49:00 +0000 (21:49 +0100)
include/xbt/base.h

index 0755d22..1923b41 100644 (file)
@@ -59,6 +59,8 @@
   XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.28)")
 #define XBT_ATTRIB_DEPRECATED_v330(mesg)                                                                               \
   XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.29)")
+#define XBT_ATTRIB_DEPRECATED_v331(mesg)                                                                               \
+  XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.30)")
 
 #if !defined(__APPLE__)
 #  define XBT_ATTRIB_CONSTRUCTOR(prio) __attribute__((__constructor__(prio)))