X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a460df7816cc70842156226878a57bd8aa1f9833..eb06cc6409cdd8e1e9955e4455d104ca0cf437b3:/include/xbt/dict.h diff --git a/include/xbt/dict.h b/include/xbt/dict.h index ac3917c042..fd6edf573e 100644 --- a/include/xbt/dict.h +++ b/include/xbt/dict.h @@ -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);