diffing dir...
Sat May 22 18:12:39 EDT 2010 Axe...@in...
* Make -xc default for all C Preprocessors on all platforms.
hunk ./tools/gtk2hs-buildtools.cabal 109
- if os(darwin)
- cpp-options: -D_C2HS_CPP_IS_GCC
- else
- if arch(openbsd)
- cpp-options: -D_C2HS_CPP_LANG_SINGLE
- else
- cpp-options:
+ -- this seems to be the best option for all CPPs across different OSs
+ cpp-options: -D_C2HS_CPP_LANG_SINGLE
|