[C2hs] patch applied (c2hs): Pass cpp options separately via
runProcess rather than system
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Sat Jan 24 14:03:22 EST 2009
Sat Jan 24 10:53:28 PST 2009 Duncan Coutts <duncan at haskell.org>
* Pass cpp options separately via runProcess rather than system
Cpp options passed via the -C flag are treated as a single option.
This is a change in behaviour previously flags with embeded spaces
were treated separately. Most of this was done in jwlato's patch
"call cpp with runProcess". This patch just merges some minor
conflicts and also passes the default cpp options separately.
M ./src/C2HS/Config.hs -5 +5
M ./src/Main.hs -12 +5
View patch online:
http://darcs.haskell.org/c2hs/_darcs/patches/20090124185328-adfee-b9b53f182257c8b5d7669b5489818a72bc61660e.gz
More information about the C2hs
mailing list