X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ae701792ae00d4b822b890780619878e0a624980..1873a02acdc52506c010f43b4c78a8b8400dc0de:/src/xbt/heap_private.h diff --git a/src/xbt/heap_private.h b/src/xbt/heap_private.h index 5c0d12a7b4..aeed373793 100644 --- a/src/xbt/heap_private.h +++ b/src/xbt/heap_private.h @@ -13,7 +13,8 @@ typedef struct xbt_heap_item { void *content; double key; -} s_xbt_heap_item_t, *xbt_heap_item_t; +} s_xbt_heap_item_t; +typedef s_xbt_heap_item_t* xbt_heap_item_t; typedef struct xbt_heap { int size;