X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FCostCentre.lh;h=06c1e84b866b7c9f36642411cbc68516b0953804;hb=063eda14b18aadc138bc27eb460e1af93b09ca9b;hp=79c4272937d5f21d945da5d57ccc516eb782bfe2;hpb=9d4c03805bafb6b1e1d47306b6a6c591c998e517;p=ghc-hetmet.git diff --git a/ghc/includes/CostCentre.lh b/ghc/includes/CostCentre.lh index 79c4272..06c1e84 100644 --- a/ghc/includes/CostCentre.lh +++ b/ghc/includes/CostCentre.lh @@ -662,12 +662,12 @@ rtsBool cc_to_ignore PROTO((CostCentre)); I_ heap_profile_init PROTO((char *argv[])); -extern void heap_profile_finish(STG_NO_ARGS); +void heap_profile_finish(STG_NO_ARGS); -extern void heap_profile_setup(STG_NO_ARGS); /* called at start of heap profile */ -extern void heap_profile_done(STG_NO_ARGS); /* called at end of heap profile */ +void heap_profile_setup(STG_NO_ARGS); /* called at start of heap profile */ +void heap_profile_done(STG_NO_ARGS); /* called at end of heap profile */ -extern void (* heap_profile_fn) PROTO((P_ closure,I_ size)); +void (* heap_profile_fn) PROTO((P_ closure,I_ size)); extern I_ earlier_ticks; /* no. of earlier ticks grouped */ extern hash_t time_intervals; /* no. of time intervals reported -- 18 */