X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9aa3a4378d516f0d92531f6f98a127c4a798386e..4a69abcc786d029bd2962537f767d12a0f808d11:/src/xbt/heap_private.h diff --git a/src/xbt/heap_private.h b/src/xbt/heap_private.h index aa47023592..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; @@ -32,4 +33,4 @@ typedef struct xbt_heap { #define MIN_KEY_VALUE -DBL_MAX -#endif /* XBT_HEAP_PRIVATE_H */ +#endif