X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fcbits%2FrawSystem.c;fp=compiler%2Fcbits%2FrawSystem.c;h=3ef37e56e4400efe741886a98eb3715386b75bc9;hb=206b4dec78250efef3cd927d64dc6cbc54a16c3d;hp=d103f4808bec1e89c7e17973b3bf1c4895a10f86;hpb=1286da96dc65faa5992a8a34c5b3bf29dfe2be04;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