X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FRetainerSet.h;h=5004527d21732b3d6870452715419dbf58657f1b;hp=74152b96950faef0c1665c1a8eb673af69261390;hb=c5b178be60a5a44abd2f4ddf8c399857678326e2;hpb=51b85031ce99f1e9d4c72249d6d85672188f0fbd diff --git a/rts/RetainerSet.h b/rts/RetainerSet.h index 74152b9..5004527 100644 --- a/rts/RetainerSet.h +++ b/rts/RetainerSet.h @@ -165,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.