X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compat%2Fcbits%2Funicode.c;fp=compat%2Fcbits%2Funicode.c;h=c744cc94366e4ec4fe4252d5870e0b60d82139db;hp=0000000000000000000000000000000000000000;hb=0065d5ab628975892cea1ec7303f968c3338cbe1;hpb=28a464a75e14cece5db40f2765a29348273ff2d2 diff --git a/compat/cbits/unicode.c b/compat/cbits/unicode.c new file mode 100644 index 0000000..c744cc9 --- /dev/null +++ b/compat/cbits/unicode.c @@ -0,0 +1,3 @@ +#if __GLASGOW_HASKELL__ < 604 || (__GLASGOW_HASKELL__==604 && __GHC_PATCHLEVEL__==0) +#include "WCsubst.c" +#endif