X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ab9a2d2c7dca2b08750d70ef5769fc2c14350ab6..3f3f9e0185c083cfb6003e687f1f6cee8478cd68:/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;