This is the mail archive of the gcc@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]

Re: aggressive fixincludes




Mark Mitchell wrote:
> 
> I notice that we're removing C++-style comments from C++ source-files.
> 
> In particular, /usr/include/FlexLexer.h on my RH6.0 system is getting
> all its comments stripped; since this file is C++ this is silly.  The
> same seems to be happenning to my existing libstdc++ installation in
> /usr/include.  We need to find a way to fix this.

Sure.  Tell me how to identify the fact that "FlexLexer.h"
is a C++ file.  Were it, "FlexLexer.H" or "FlexLexer.h++"
or just about anything except "*.h", then it would be ignored.
At the same time, I do not think it crucial that the comments
remain.  After all, they _are_ comments and /usr/include/FlexLexer.h
still remains in /usr/include for visual reference.  Please,
propose a solution.


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