Re: Preprocessors

2004-10-20 Thread Ketil Malde
Simon Marlow [EMAIL PROTECTED] writes: Could you provide more details: platform, GHC GCC versions, and sample code that exhibits the problem. Probably best to move this to [EMAIL PROTECTED] too. I attached the code. It is basically a small .h-file I'm including in order to get better

Re: Preprocessors

2004-10-20 Thread Volker Stolz
The reason for this strange behaviour is that it's called *C*pp for a reason: There's even a remark on a cpp-info page: The interior of `#if 0' must consist of complete tokens; in particular, single-quote characters must balance. I'm still trying to find the apprioriate hint in the standard,