X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2Fcbits%2FrawSystem.c;h=3ef37e56e4400efe741886a98eb3715386b75bc9;hb=206b4dec78250efef3cd927d64dc6cbc54a16c3d;hp=d103f4808bec1e89c7e17973b3bf1c4895a10f86;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/cbits/rawSystem.c b/compiler/cbits/rawSystem.c index d103f48..3ef37e5 100644 --- a/compiler/cbits/rawSystem.c +++ b/compiler/cbits/rawSystem.c @@ -1,6 +1,6 @@ /* Grab rawSystem from the library sources iff we're bootstrapping with an * old version of GHC. */ -#if __GLASGOW_HASKELL__ < 601 +#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ < 601 #include "../../libraries/base/cbits/rawSystem.c" #endif