X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRtsUtils.c;h=4d3724df3fe36e89a92d015d15aa73edd7dcea79;hb=f48b8ba55be1f05a0a8e0cc3348ba44ca86c554c;hp=4d78bcb360129b20fa702dca8c9169bf0ae48a24;hpb=00fe691ba258b2d9c8d5d85a3dffc0224b426dd8;p=ghc-hetmet.git 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);