Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Define XBT_ATTRIB_DEPRECATED_v326.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 2 Apr 2019 09:20:05 +0000 (11:20 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 2 Apr 2019 09:20:25 +0000 (11:20 +0200)
doc/Doxyfile.in
docs/source/Doxyfile
include/xbt/base.h

index 003f669..a35a726 100644 (file)
@@ -1444,7 +1444,8 @@ PREDEFINED             = __cplusplus \
                         XBT_ATTRIB_UNUSED= \
                          XBT_ATTRIB_DEPRECATED_v323(m)= \
                          XBT_ATTRIB_DEPRECATED_v324(m)= \
                         XBT_ATTRIB_UNUSED= \
                          XBT_ATTRIB_DEPRECATED_v323(m)= \
                          XBT_ATTRIB_DEPRECATED_v324(m)= \
-                         XBT_ATTRIB_DEPRECATED_v325(m)=
+                         XBT_ATTRIB_DEPRECATED_v325(m)= \
+                         XBT_ATTRIB_DEPRECATED_v326(m)=
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
 # this tag can be used to specify a list of macro names that should be expanded.
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
 # this tag can be used to specify a list of macro names that should be expanded.
index 22c250d..fa84973 100644 (file)
@@ -42,4 +42,5 @@ PREDEFINED             += \
     XBT_ATTRIB_UNUSED= \
     XBT_ATTRIB_DEPRECATED_v323(m)= \
     XBT_ATTRIB_DEPRECATED_v324(m)= \
     XBT_ATTRIB_UNUSED= \
     XBT_ATTRIB_DEPRECATED_v323(m)= \
     XBT_ATTRIB_DEPRECATED_v324(m)= \
-    XBT_ATTRIB_DEPRECATED_v325(m)=
+    XBT_ATTRIB_DEPRECATED_v325(m)= \
+    XBT_ATTRIB_DEPRECATED_v326(m)=
index 3886b7f..d34b992 100644 (file)
@@ -77,6 +77,8 @@
   XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped in v3.24)") /* Will be dropped in v3.24 */
 #define XBT_ATTRIB_DEPRECATED_v325(mesg)                                                                               \
   XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped in v3.25)") /* Will be dropped in v3.25 */
   XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped in v3.24)") /* Will be dropped in v3.24 */
 #define XBT_ATTRIB_DEPRECATED_v325(mesg)                                                                               \
   XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped in v3.25)") /* Will be dropped in v3.25 */
+#define XBT_ATTRIB_DEPRECATED_v326(mesg)                                                                               \
+  XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped in v3.26)") /* Will be dropped in v3.26 */
 
 #if !defined(__APPLE__)
 #  define XBT_ATTRIB_CONSTRUCTOR(prio) __attribute__((__constructor__(prio)))
 
 #if !defined(__APPLE__)
 #  define XBT_ATTRIB_CONSTRUCTOR(prio) __attribute__((__constructor__(prio)))