X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRetainerSet.h;h=5004527d21732b3d6870452715419dbf58657f1b;hb=61d89bc49eb75d74ed9196ba5f7b7b32018b914b;hp=6a00e1395e7f6071573c15d62fd874d34c521f3f;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/rts/RetainerSet.h b/rts/RetainerSet.h index 6a00e13..5004527 100644 --- a/rts/RetainerSet.h +++ b/rts/RetainerSet.h @@ -14,6 +14,8 @@ #ifdef PROFILING +#include "BeginPrivate.h" + /* Type 'retainer' defines the retainer identity. @@ -163,7 +165,7 @@ void traverseAllRetainerSet(void (*f)(RetainerSet *)); #ifdef SECOND_APPROACH // Prints a single retainer set. -void printRetainerSetShort(FILE *, RetainerSet *); +void printRetainerSetShort(FILE *, RetainerSet *, nat); #endif // Print the statistics on all the retainer sets. @@ -197,5 +199,7 @@ void outputAllRetainerSet(FILE *); // the best place to define it. void printRetainer(FILE *, retainer); +#include "EndPrivate.h" + #endif /* PROFILING */ #endif /* RETAINERSET_H */