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 / module.h
index ee9d5481609390c45f45863cb92c745e026f3dcf..8d1b027a1888d5a42ca69d4c3eb1e4068d85d694 100644 (file)
@@ -8,7 +8,7 @@
 #ifndef XBT_MODULE_H
 #define XBT_MODULE_H
 
-// avoid deprecation warning on include (remove entire file with XBT_ATTRIB_DEPRECATED_v337)
+// avoid deprecation warning on include (remove entire file with XBT_ATTRIB_DEPRECATED_v338)
 #ifndef XBT_MODULE_H_NO_DEPRECATED_WARNING
 #warning xbt/module.h is deprecated and will be removed in v3.37.
 #endif
@@ -18,7 +18,7 @@
 
 SG_BEGIN_DECL
 
-XBT_ATTRIB_DEPRECATED_v337("Please use simgrid_init(&argc, argv) instead") static void xbt_init(int* argc, char** argv)
+XBT_ATTRIB_DEPRECATED_v338("Please use simgrid_init(&argc, argv) instead") static void xbt_init(int* argc, char** argv)
 {
   simgrid_init(argc, argv);
 }