This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Still a lot of C++ files getting "fixed"
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Still a lot of C++ files getting "fixed"
- From: Mark Mitchell <mark at codesourcery dot com>
- Date: Mon, 24 Jan 2000 14:18:43 -0800
- Cc: Bruce Korb <bkorb at sco dot COM>
- Organization: CodeSourcery, LLC
I'm still seeing a lot of C++ source-files getting "fixed" by having
double-slash comments removed. Here are some more clues that a file
is a C++ file:
#pragma interface
#pragma implementation
class
public:
private:
protected:
In my opinion, those keywords are not sufficiently likely to come up
in non-C++ source files to merit fixing the files. Especially when
those are not files that are part of the standard library. Especially
on Linux, where the files probably went through GCC in the first
place. :-)
--
Mark Mitchell mark@codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com