Re: [PATCH][2.6][4/14] dvb core update

From: Alan Cox
Date: Fri Sep 17 2004 - 12:09:47 EST


On Gwe, 2004-09-17 at 15:58, Jesper Juhl wrote:
> And I'll bet there are probably more if I could be bothered to check the
> actual files.

Lots of drivers use C++^WBCPL comments (C++ just borrowed them)

> Besides, didn't C99 make C++ style comments valid for C code as well?

Yes and this leads to such fun as

x = 4 //**/
-1;

if(x == 3)
printf("New C compiler\n");


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/