From f48b8ba55be1f05a0a8e0cc3348ba44ca86c554c Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 27 Feb 2009 01:02:30 +0000 Subject: [PATCH] In +RTS --info output, use YES rather than Yes --- rts/RtsUtils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rts/RtsUtils.c b/rts/RtsUtils.c index 4d78bcb..4d3724d 100644 --- a/rts/RtsUtils.c +++ b/rts/RtsUtils.c @@ -481,7 +481,7 @@ static void mkRtsInfoPair(char *key, char *val) { void printRtsInfo(void) { /* The first entry is just a hack to make it easy to get the * commas right */ - printf(" [(\"GHC RTS\", \"Yes\")\n"); + printf(" [(\"GHC RTS\", \"YES\")\n"); mkRtsInfoPair("GHC version", ProjectVersion); mkRtsInfoPair("RTS way", RtsWay); mkRtsInfoPair("Host platform", HostPlatform); -- 1.7.10.4