]> AND Public Git Repository - simgrid.git/blobdiff - include/xbt/dict.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Delete now useless xbt_dynar_three_way_partition().
[simgrid.git] / include / xbt / dict.h
index ac3917c0428c403fae6d340f71da2ba49a741812..fd6edf573e7186c93013093d88efbafaba58b6a3 100644 (file)
@@ -56,7 +56,8 @@ typedef struct s_xbt_dictelm {
 } s_xbt_dictelm_t;
 
 XBT_PUBLIC(xbt_dict_t)
-XBT_ATTRIB_DEPRECATED_v319("Use xbt_dict_new_homogeneous(). v3.19 will turn this warning into an error") xbt_dict_new();
+XBT_ATTRIB_DEPRECATED_v319("Use xbt_dict_new_homogeneous(). v3.19 will turn this warning into an error.")
+    xbt_dict_new();
 XBT_PUBLIC(xbt_dict_t) xbt_dict_new_homogeneous(void_f_pvoid_t free_ctn);
 XBT_PUBLIC(void) xbt_dict_free(xbt_dict_t * dict);
 XBT_PUBLIC(unsigned int) xbt_dict_size(xbt_dict_t dict);