diff options
author | Ian Lynagh <igloo@earth.li> | 2011-05-06 15:28:53 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-05-07 17:31:21 +0100 |
commit | d5adcc5d95a11812f6a4f45316aa4fbdc5da390e (patch) | |
tree | 23493dbf6c15c57ec93f2fe4a50d2f9ba954109f /rts/RetainerSet.h | |
parent | 77c4f11e6180089e559572960d40ffd93c306f9a (diff) | |
download | haskell-d5adcc5d95a11812f6a4f45316aa4fbdc5da390e.tar.gz |
Make retainer profiling use the label length (-L) flag)
Diffstat (limited to 'rts/RetainerSet.h')
-rw-r--r-- | rts/RetainerSet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RetainerSet.h b/rts/RetainerSet.h index 74152b9695..5004527d21 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. |