summaryrefslogtreecommitdiff
path: root/rts/hooks/OutOfHeap.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/hooks/OutOfHeap.c')
-rw-r--r--rts/hooks/OutOfHeap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/hooks/OutOfHeap.c b/rts/hooks/OutOfHeap.c
index 5e68750d71..3058cdd856 100644
--- a/rts/hooks/OutOfHeap.c
+++ b/rts/hooks/OutOfHeap.c
@@ -20,7 +20,7 @@ OutOfHeapHook (W_ request_size, W_ heap_size) /* both sizes in bytes */
" bytes (%" FMT_Word " MB).",
heap_size, heap_size / (1024*1024));
- if (rtsConfig.rts_opts_suggestions == rtsTrue) {
+ if (rtsConfig.rts_opts_suggestions == true) {
if (rtsConfig.rts_opts_enabled == RtsOptsAll) {
errorBelch("Use `+RTS -M<size>' to increase it.");