X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compat%2Fcbits%2Funicode.c;h=c239e21c7758cca5a29de16ebab548cd965e3596;hp=c744cc94366e4ec4fe4252d5870e0b60d82139db;hb=2838dd973520318e566e50f81843658749f1acb4;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1 diff --git a/compat/cbits/unicode.c b/compat/cbits/unicode.c index c744cc9..c239e21 100644 --- a/compat/cbits/unicode.c +++ b/compat/cbits/unicode.c @@ -1,3 +1,5 @@ -#if __GLASGOW_HASKELL__ < 604 || (__GLASGOW_HASKELL__==604 && __GHC_PATCHLEVEL__==0) +#if __GLASGOW_HASKELL__ < 605 +#if __GLASGOW_HASKELL__ != 604 || __GHC_PATCHLEVEL__ == 0 #include "WCsubst.c" #endif +#endif