cvs commit: fptools/libraries/base/Text Regex.hs fptools/libraries/base/Text/Regex Posix.hsc

Simon Marlow simonmar at microsoft.com
Mon Oct 20 15:22:51 EDT 2003


 
> sof         2003/10/12 20:21:21 PDT
> 
>   Modified files:
>     libraries/base/Text  Regex.hs 
>     libraries/base/Text/Regex Posix.hsc 
>   Log:
>   cope if regex.h isn't supported by target

I don't understand this commit.  If there isn't a system-supplied POSIX
regex library, then we fall back to the one in the source tree
(libraries/base/cbits/regex), but you've just disabled this behaviour.
I presume this is part of the stuff you're doing with Hugs and MSVC, but
perhaps we can find another way around?

Cheers,
	Simon



More information about the Cvs-libraries mailing list