[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: preprocessor/2882: code inside "#if 0" generates warnings with -pedantic



On Sun, May 20, 2001 at 08:39:40PM +0200, Markus F.X.J. Oberhumer wrote:
> bug01.c:10:1: C++ style comments are not allowed in ISO C89
...
> #if 0
> // int bar =3D 1;
> #endif

Comments are processed before control lines.  I don't see why this
would be a bug.

-- 
Carlo Wood <carlo@alinoe.com>



Reply to: