summaryrefslogtreecommitdiff
path: root/rts/RtsUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/RtsUtils.h')
-rw-r--r--rts/RtsUtils.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h
index 8d880c6e19..49712c0d47 100644
--- a/rts/RtsUtils.h
+++ b/rts/RtsUtils.h
@@ -40,8 +40,11 @@ char *showStgWord64(StgWord64, char *, bool);
void heapCheckFail( void );
#endif
-void printRtsInfo(void);
+void printRtsInfo(const RtsConfig);
void checkFPUStack(void);
+#define xstr(s) str(s)
+#define str(s) #s
+
#include "EndPrivate.h"