Simon Marlow writes:
> 
> We also like to get as clean a cpp as possible - if you go through gcc -E
> you get a whole bunch of symbols defined,

The -undef option gets rid of most of those.

> and cpp gets passed the -lang-c flag (whatever that means, but it
> looks pretty scary).

The other possibilities are -lang-c++, -lang-objc, etc. It's to do
with things like comment syntax and Objective C's #import directive.
It's not as scary as it looks, I think :-)

Tony.
-- 
f.a.n.finch   [EMAIL PROTECTED]   [EMAIL PROTECTED]
Winner, International Obfuscated C Code Competition 1998

Reply via email to