diff options
Diffstat (limited to 'rts/ProfHeap.h')
-rw-r--r-- | rts/ProfHeap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/ProfHeap.h b/rts/ProfHeap.h index 56b2529f1b..7b12578175 100644 --- a/rts/ProfHeap.h +++ b/rts/ProfHeap.h @@ -14,11 +14,11 @@ void heapCensus (Time t); uint32_t initHeapProfiling (void); void endHeapProfiling (void); -rtsBool strMatchesSelector (const char* str, const char* sel); +bool strMatchesSelector (const char* str, const char* sel); #ifdef PROFILING // doingRetainerProfiling: `-hr` or `-hr<cc> -h<x>` -rtsBool doingRetainerProfiling(void); +bool doingRetainerProfiling(void); #endif #include "EndPrivate.h" |