This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Still a lot of C++ files getting "fixed"



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]