Re: [PATCH] 2.3.14 remove all C++ // comments and replace them with /* */

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 19 Aug 1999 22:55:23 +0100 (BST)


> build on a Mastodon system, because of excessive GNUisms) system, and I
> got a HUGE collection of complaints about the C++ comments (via gcc
> 2.7.0).

Cringe. I wouldnt trust a 2.7.0 built kernel to run.

> This patch replaces every one of 'em that I can find with C-style
> /* */ comments.

A worthy battle but one I fear lost

x=4//*
-1;
if(x==3)
printf("C++\n");

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