Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "Remove deprecated features for the new next release (3.34)" until after the...
[simgrid.git] / include / xbt / base.h
index e17f19d..934ddf8 100644 (file)
@@ -42,6 +42,8 @@
 #define XBT_ATTRIB_DEPRECATED(mesg) __attribute__((deprecated(mesg)))
 #endif
 
+#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)")
 #define XBT_ATTRIB_DEPRECATED_v336(mesg)                                                                               \