summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2021-08-26 12:35:49 +0200
committerAndreas Klebinger <klebinger.andreas@gmx.at>2021-08-26 12:35:49 +0200
commitd45b55c1c013f497a6cc070618960c67bf284686 (patch)
tree830653f0e97382e56d1f88abd12f5487dd4df244
parentb16e2591b1f13de40c95c1c6b9a89f89e482dde1 (diff)
downloadhaskell-d45b55c1c013f497a6cc070618960c67bf284686.tar.gz
Fix prototype
-rw-r--r--rts/RetainerSet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RetainerSet.h b/rts/RetainerSet.h
index aa5f44beaa..a9e4345140 100644
--- a/rts/RetainerSet.h
+++ b/rts/RetainerSet.h
@@ -118,7 +118,7 @@ isMember(retainer r, RetainerSet *rs)
RetainerSet *addElement(retainer, RetainerSet *);
// Prints a single retainer set.
-void printRetainerSetShort(FILE *, RetainerSet *, W_, uint32_t);
+void printRetainerSetShort(FILE *, RetainerSet *, W_, uint32_t, bool);
// Print the statistics on all the retainer sets.
// store the sum of all costs and the number of all retainer sets.