On Mon, Sep 17, 2007 at 01:46:30PM +0100, Ian Lynagh wrote: > On Mon, Sep 17, 2007 at 01:41:50PM +0100, Ian Lynagh wrote: > > > > Hmm, I think changing the test in compat/cbits/unicode.c to > > > > #if __GLASGOW_HASKELL__ < 605 > > #if __GLASGOW_HASKELL__ != 604 || __GHC_PATCHLEVEL__ != 0 > > I mean: > > #if __GLASGOW_HASKELL__ != 604 || __GHC_PATCHLEVEL__ == 0 > > > #include "WCsubst.c" > > #endif > > #endif
I've now applied this to HEAD and 6.8. Thanks Ian _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
