X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compat%2Fcbits%2Funicode.c;h=c239e21c7758cca5a29de16ebab548cd965e3596;hb=8e3f4465c2a85e6328df52939c9e2429dc63aaca;hp=c744cc94366e4ec4fe4252d5870e0b60d82139db;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git 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