Validate trouble on x86 linux

Ian Lynagh igloo at earth.li
Mon Sep 17 08:46:30 EDT 2007


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


Thanks
Ian



More information about the Cvs-ghc mailing list