Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Upgrade XBT_ATTRIB_DEPRECATED_v326 -> v327.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 25 Jun 2019 14:40:49 +0000 (16:40 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 26 Jun 2019 07:57:01 +0000 (09:57 +0200)
doc/Doxyfile.in
docs/source/Doxyfile
include/xbt/base.h

index a9df18b..40bde05 100644 (file)
@@ -1444,7 +1444,7 @@ PREDEFINED             = __cplusplus \
                         XBT_ATTRIB_UNUSED= \
                          XBT_ATTRIB_DEPRECATED_v324(m)= \
                          XBT_ATTRIB_DEPRECATED_v325(m)= \
-                         XBT_ATTRIB_DEPRECATED_v326(m)=
+                         XBT_ATTRIB_DEPRECATED_v327(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.
index 4162648..7165a2a 100644 (file)
@@ -42,4 +42,4 @@ PREDEFINED             += \
     XBT_ATTRIB_UNUSED= \
     XBT_ATTRIB_DEPRECATED_v324(m)= \
     XBT_ATTRIB_DEPRECATED_v325(m)= \
-    XBT_ATTRIB_DEPRECATED_v326(m)=
+    XBT_ATTRIB_DEPRECATED_v327(m)=
index 7ebedbe..3b71784 100644 (file)
@@ -75,8 +75,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 */
-#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 */
+#define XBT_ATTRIB_DEPRECATED_v327(mesg)                                                                               \
+  XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped in v3.27)") /* Will be dropped in v3.27 */
 
 #if !defined(__APPLE__)
 #  define XBT_ATTRIB_CONSTRUCTOR(prio) __attribute__((__constructor__(prio)))